A React Native Expo boilerplate with TypeScript support.
Created by Md Muhaiminul.
- Install dependencies:
pnpm install
- Start the development server:
pnpm start
pnpm start: Start the Expo development server.pnpm run android: Run on Android.pnpm run ios: Run on iOS.pnpm run web: Run on Web.pnpm run web:build: Export for Web.pnpm run web:preview: Preview the exported web project.pnpm run ts:check: Run TypeScript type checking.