Installation
Install @begynn/react-native along with its peer dependencies.
npm
npm install @begynn/react-native react-native-webview @react-native-async-storage/async-storageExpo
If you’re using Expo, use npx expo install to ensure compatible versions:
npx expo install @begynn/react-native react-native-webview @react-native-async-storage/async-storageiOS (React Native CLI)
For React Native CLI projects, install the native dependencies:
cd ios && pod installPeer Dependencies
| Package | Version |
|---|---|
react | >= 18.0.0 |
react-native | >= 0.70.0 |
react-native-webview | >= 13.0.0 |
@react-native-async-storage/async-storage | >= 1.19.0 |
Last updated on