Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 708 Bytes

File metadata and controls

33 lines (24 loc) · 708 Bytes

Example App

A demo app showcasing all features of react-native-nitro-version-check.

Prerequisites

  • Bun
  • Expo CLI
  • Xcode (for iOS) or Android Studio (for Android)

Getting Started

# 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

Available Scripts

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