Skip to content

Commit 3f48c30

Browse files
Apply suggestions from code review
Co-authored-by: Alexandra Carrillo <[email protected]>
1 parent adcbb17 commit 3f48c30

File tree

4 files changed

+14
-14
lines changed

4 files changed

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

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

88
Refer to the `ios/Podfile` file in your React Native project to update the versions.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
in your React Native app.
55

66
Build the project locally:
@@ -13,11 +13,11 @@ Build the project locally:
1313

1414
1. 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

2222
If you need help, visit the [Web3Auth community](https://web3auth.io/community/c/help-pnp/pnp-rn/19).
2323

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To whitelist your app:
44

55
1. 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.

0 commit comments

Comments
 (0)