@magic-sdk/react-native-bare 22.3.0-canary.665.6870454849.0 → 22.3.0-canary.665.6870615451.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -27,12 +27,14 @@ npm install --save @magic-sdk/react-native-bare
27
27
  npm install --save react-native-device-info # Required Peer Dependency
28
28
  npm install --save @react-native-community/async-storage # Required Peer Dependency
29
29
  npm install --save react-native-safe-area-context # Required Peer Dependency
30
+ npm install --save @react-native-community/netinfo # Required Peer Dependency
30
31
 
31
32
  # Via Yarn:
32
33
  yarn add @magic-sdk/react-native-bare
33
- yarn add react-native-device-info # Required Peer Dependency
34
+ yarn add react-native-device-info # Required Peer Dependency
34
35
  yarn add @react-native-community/async-storage # Required Peer Dependency
35
36
  yarn add react-native-safe-area-context # Required Peer Dependency
37
+ yarn add @react-native-community/netinfo # Required Peer Dependency
36
38
  ```
37
39
 
38
40
  ## ⚡️ Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/react-native-bare",
3
- "version": "22.3.0-canary.665.6870454849.0",
3
+ "version": "22.3.0-canary.665.6870615451.0",
4
4
  "description": "Passwordless authentication for React Native (Bare).",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -54,5 +54,5 @@
54
54
  "react-native-safe-area-context": ">=4.4.1",
55
55
  "react-native-webview": ">=12.4.0"
56
56
  },
57
- "gitHead": "9f6a261e87288f3ac41468180027291f7c2f2d10"
57
+ "gitHead": "3b6b206f424683cae646b7a748d7e5fe464ecd19"
58
58
  }