We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb6343 commit 9fe8398Copy full SHA for 9fe8398
packages/react-native-adapter/README.md
@@ -6,7 +6,7 @@ This package is required to run the thirdweb connect SDK in React Native.
6
7
### 1. Install the packages
8
9
-Using your favorite pacakge manager, install all the require dependencies
+Using your favorite package manager, install all the required dependencies
10
11
```shell
12
npx expo install thirdweb @thirdweb-dev/react-native-adapter
@@ -119,7 +119,7 @@ This means that you can follow all the React documentation and expect it all to
119
Examples:
120
121
```tsx
122
-import { ThirdwebProvider } form "thirdweb/react";
+import { ThirdwebProvider } from "thirdweb/react";
123
```
124
125
### Resources
0 commit comments