Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 92884b8

Browse files
committed
Update Prod
1 parent e80753f commit 92884b8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/full/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export default class App extends Component {
2323
<Weeloop
2424
ref={this.weeloop}
2525
custom={true}
26-
appGuid="67540390-b3c1-11e9-a487-43674d54ecce"
26+
appGuid="e13f3070-69c5-11ea-9a63-811eefcd2144"
2727
user={{
28-
email: "lucas.[email protected]",
28+
2929
firstname: "lucas",
3030
lastname: "delon",
3131
key: "wZcD1",

examples/full/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "^16.13.1",
1313
"react-dom": "^16.13.1",
1414
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
15-
"react-native-weloop": "file:../../react-native-weloop-1.0.0.tgz"
15+
"react-native-weloop": "^1.0.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.8.6",

examples/simple/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default class App extends Component {
99
<View style={styles.container}>
1010
<Text>Une application parfaite pour weloop !</Text>
1111
</View>
12-
<Weeloop appGuid="67540390-b3c1-11e9-a487-43674d54ecce" />
12+
<Weeloop appGuid="e13f3070-69c5-11ea-9a63-811eefcd2144" />
1313
</View>
1414
);
1515
}

examples/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "^16.13.1",
1313
"react-dom": "^16.13.1",
1414
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
15-
"react-native-weloop": "file:../../react-native-weloop-1.0.0.tgz"
15+
"react-native-weloop": "^1.0.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.8.6",

0 commit comments

Comments
 (0)