@magic-sdk/react-native-expo 22.3.0-canary.665.6870573523.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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,11 +25,13 @@ As of `v19.0.0`, passcodes (ie. `loginWithSMS()`, `loginWithEmailOTP()`) are rep
25
25
  npm install --save @magic-sdk/react-native-expo
26
26
  npm install --save react-native-webview@^11.26.0 # Required Peer Dependency
27
27
  npm install --save react-native-safe-area-context # Required Peer Dependency
28
+ npm install --save @react-native-community/netinfo # Required Peer Dependency
28
29
 
29
30
  # Via Yarn:
30
31
  yarn add @magic-sdk/react-native-expo
31
32
  yarn add react-native-webview@^11.26.0 # Required Peer Dependency
32
33
  yarn add react-native-safe-area-context # Required Peer Dependency
34
+ yarn add @react-native-community/netinfo # Required Peer Dependency
33
35
  ```
34
36
 
35
37
  ## ⚡️ Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/react-native-expo",
3
- "version": "22.3.0-canary.665.6870573523.0",
3
+ "version": "22.3.0-canary.665.6870615451.0",
4
4
  "description": "Passwordless authentication for React Native (Expo).",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -52,5 +52,5 @@
52
52
  "react-native-safe-area-context": ">=4.4.1",
53
53
  "react-native-webview": ">=12.4.0"
54
54
  },
55
- "gitHead": "f7613fe8d176c484bd79b705b057c19c74faf249"
55
+ "gitHead": "3b6b206f424683cae646b7a748d7e5fe464ecd19"
56
56
  }