Skip to content

Commit

Permalink
bump SDK version and update apiHost
Browse files Browse the repository at this point in the history
  • Loading branch information
Varnius committed Mar 12, 2021
1 parent 1550ffc commit e49734e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class App extends Component<{}> {
token = value
}

ArgyleSdk.loginWith('YOUR_PLUGIN_KEY', 'https://api-sandbox.argyle.io', token)
ArgyleSdk.loginWith('YOUR_PLUGIN_KEY', 'https://api-sandbox.argyle.io/v1', token)
ArgyleSdk.onUserCreated(res => {
console.log('onUserCreated', res)
storeData(res.token)
Expand Down
10 changes: 5 additions & 5 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Argyle (1.5.21)
- argyle-plugin-react-native (1.5.18):
- Argyle (= 1.5.21)
- Argyle (1.5.23)
- argyle-plugin-react-native (1.5.19):
- Argyle (= 1.5.23)
- React
- boost-for-react-native (1.63.0)
- DoubleConversion (1.1.6)
Expand Down Expand Up @@ -349,8 +349,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Argyle: ed142b4a1da894e4d9cdaefa1ab6eb099406dade
argyle-plugin-react-native: 517a1bd36f48c05115964dc3abf40a57fe04658c
Argyle: 21b0560b70fa44b3a753e4348a457fcb419abdf6
argyle-plugin-react-native: 8a4841863a1d496fa1775dfc835440c75ead9dd3
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cde416483dac037923206447da6e1454df403714
FBLazyVector: 3ef4a7f62e7db01092f9d517d2ebc0d0677c4a37
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@argyleio/argyle-plugin-react-native": "1.5.19",
"@argyleio/argyle-plugin-react-native": "1.5.21",
"@react-native-community/async-storage": "latest",
"react": "16.13.1",
"react-native": "0.63.2",
Expand Down

0 comments on commit e49734e

Please sign in to comment.