Skip to Content
Installation

Installation

Install @begynn/react-native along with its peer dependencies.

npm install @begynn/react-native react-native-webview @react-native-async-storage/async-storage

Expo

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-storage

iOS (React Native CLI)

For React Native CLI projects, install the native dependencies:

cd ios && pod install

Peer Dependencies

PackageVersion
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