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