@magic-sdk/react-native-expo 19.0.0 → 19.0.1-canary.545.5329002963.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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
@@ -23,12 +23,12 @@ As of `v19.0.0`, passcodes (ie. `loginWithSMS()`, `loginWithEmailOTP()`) are rep
|
|
23
23
|
```bash
|
24
24
|
# Via NPM:
|
25
25
|
npm install --save @magic-sdk/react-native-expo
|
26
|
-
npm install --save react-native-webview # Required Peer Dependency
|
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
28
|
|
29
29
|
# Via Yarn:
|
30
30
|
yarn add @magic-sdk/react-native-expo
|
31
|
-
yarn add react-native-webview # Required Peer Dependency
|
31
|
+
yarn add react-native-webview@^11.26.0 # Required Peer Dependency
|
32
32
|
yarn add react-native-safe-area-context # Required Peer Dependency
|
33
33
|
```
|
34
34
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@magic-sdk/react-native-expo",
|
3
|
-
"version": "19.0.0",
|
3
|
+
"version": "19.0.1-canary.545.5329002963.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",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"react": ">=16",
|
49
49
|
"react-native": ">=0.60",
|
50
50
|
"react-native-safe-area-context": ">=4.4.1",
|
51
|
-
"react-native-webview": ">=11.
|
51
|
+
"react-native-webview": ">=11.26.0"
|
52
52
|
},
|
53
|
-
"gitHead": "
|
53
|
+
"gitHead": "f4d7608640e63666ace122a6196a12cae63d7006"
|
54
54
|
}
|