A demo app showcasing all features of react-native-nitro-version-check.
# 1. Install dependencies from the monorepo root
cd ..
bun install
# 2. Generate native projects
cd example
bunx expo prebuild
# 3. Run the app
bun run ios # iOS
bun run android # Android| Script | Description |
|---|---|
bun start |
Start the Expo dev server |
bun run ios |
Build and run on iOS simulator |
bun run android |
Build and run on Android emulator |