Skip to content

Commit adcbb17

Browse files
committed
Missed a few edits.
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
1 parent 279c06a commit adcbb17

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Troubleshoot bundler issues
22

33
You 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

66
Refer to the [troubleshooting section](/embedded-wallets/troubleshooting/metro-issues) for more
77
information.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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.

src/pages/quickstart/builder/embedded-wallets/react_native/stepContent/requirementsIOS.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
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

src/pages/quickstart/builder/embedded-wallets/react_native/stepContent/rnQuickStart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
Build 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

0 commit comments

Comments
 (0)