File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
src/pages/quickstart/builder/embedded-wallets/react_native/stepContent Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11### Android prerequisites
22
3- - Android API version 23, or later
4- - ` compileSdk ` version 34, or later
3+ - Android API version 23 or later
4+ - ` compileSdk ` version 34 or later
55
66Refer to the ` android/app/build.gradle ` file in your React Native project to update the versions.
Original file line number Diff line number Diff line change 11### iOS prerequisites
22
3- - iOS 14, or later
4- - Xcode 12, or later
5- - Swift 5, or later
3+ - iOS 14 or later
4+ - Xcode 12 or later
5+ - Swift 5 or later
66- ` platform :ios ` version 14.0
77
88Refer to the ` ios/Podfile ` file in your React Native project to update the versions.
Original file line number Diff line number Diff line change 11### MetaMask Embedded Wallets React Native quickstart
22
3- This quickstart is designed to help you quickly integrate MetaMask Embedded Wallets (Web3SAuth ) SDK
3+ This quickstart is designed to help you quickly integrate MetaMask Embedded Wallets (Web3Auth ) SDK
44in your React Native app.
55
66Build the project locally:
@@ -13,11 +13,11 @@ Build the project locally:
1313
14141 . Change to the quickstart directory, then install and run the application:
1515
16- ``` shell npm2yarn
17- cd w3a-quick-start
18- npm install
19- npm run ios # ## or npm run android
20- ```
16+ ``` shell npm2yarn
17+ cd w3a-quick-start
18+ npm install
19+ npm run ios # ## or npm run android
20+ ```
2121
2222If you need help, visit the [ Web3Auth community] ( https://web3auth.io/community/c/help-pnp/pnp-rn/19 ) .
2323
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ To whitelist your app:
44
551 . In the [ Web3Auth dashboard] ( https://dashboard.web3auth.io ) , select your project.
66
7- 1 . Select the ** Domains** tab, In ** Whitelist URLs** , add:
7+ 1 . Select the ** Domains** tab. In ** Whitelist URLs** , add:
88
9- 1 . ` <bundleId>://auth ` for iOS
10- 1 . ` {SCHEME}://{YOUR_APP_PACKAGE_NAME} ` for Android
9+ - ` <bundleId>://auth ` for iOS.
10+ - ` {SCHEME}://{YOUR_APP_PACKAGE_NAME} ` for Android.
You can’t perform that action at this time.
0 commit comments