File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
src/pages/quickstart/builder/embedded-wallets/react_native/stepContent Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11### Troubleshoot bundler issues
22
33You might see build or bundle errors when you use MetaMask Embedded Wallets in React Native. Some core
4- packages (for example, eccrypto) depend on modules that Metro doesn't provide.
4+ packages (for example, ` eccrypto ` ) depend on modules that Metro doesn't provide.
55
66Refer to the [ troubleshooting section] ( /embedded-wallets/troubleshooting/metro-issues ) for more
77information.
Original file line number Diff line number Diff line change 11### Android prerequisites
22
3- - Android API version 23, or later.
3+ - Android API version 23, or later
44- ` compileSdk ` version 34, or later
5- - Refer to the ` android/app/build.gradle ` file in your React Native project to update it.
5+
6+ Refer 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 44- Xcode 12, or later
55- Swift 5, or later
66- ` platform :ios ` version 14.0
7- - Refer to the ` ios/Podfile ` in your React Native project to update it.
7+
8+ Refer to the ` ios/Podfile ` file in your React Native project to update the versions.
89
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 SDK in your React
4- Native app.
3+ This quickstart is designed to help you quickly integrate MetaMask Embedded Wallets (Web3SAuth) SDK
4+ in your React Native app.
55
66Build the project locally:
77
@@ -11,7 +11,7 @@ Build the project locally:
1111 npx degit Web3Auth/web3auth-react-native-examples/rn-bare-quick-start w3a-quick-start
1212 ```
1313
14- 1 . Change to the quickstart directory, then install an run the application:
14+ 1 . Change to the quickstart directory, then install and run the application:
1515
1616 ``` shell npm2yarn
1717 cd w3a-quick-start
You can’t perform that action at this time.
0 commit comments