diff --git a/App.js b/App.js index 315ef84..7731f23 100644 --- a/App.js +++ b/App.js @@ -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) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 20a4510..3fd3144 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -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) @@ -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 diff --git a/package-lock.json b/package-lock.json index ed6e2bc..3ac8172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@argyleio/argyle-plugin-react-native": { - "version": "1.5.19", - "resolved": "https://registry.npmjs.org/@argyleio/argyle-plugin-react-native/-/argyle-plugin-react-native-1.5.19.tgz", - "integrity": "sha512-N66EsFl2Y9xisQsWEfNHn5F/TWSCAqcj89bLn30GST+F8zpUZo2EXrsojX9tlAnt3OO1A0F7/1LqzSuodtZQUg==" + "version": "1.5.21", + "resolved": "https://registry.npmjs.org/@argyleio/argyle-plugin-react-native/-/argyle-plugin-react-native-1.5.21.tgz", + "integrity": "sha512-5cnoVDOKtBBAl/1ImuvcCKd1nfTpKDH0bNz+r7OwVmSvW/Tl/RAGe5gEeOp3+X5nsk44xJXOVVQr6Lo9Wq3Ddg==" }, "@babel/code-frame": { "version": "7.12.11", diff --git a/package.json b/package.json index 422924b..8a82103 100644 --- a/package.json +++ b/package.json @@ -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",