A fashion app demo built in React Native and TypeScript.
Android: https://play.google.com/store/apps/details?id=com.rn_fashion_app
iOS: https://apps.apple.com/app/rn-fashion/id123456789
- Node.js
- React Native CLI
npm install
There are two flavors of the app that can be installed in parallel on a device:
- App name: RN Fashion Staging
- Config file: .env.staging
- Android package name: com.rn_fashion_app.staging
- iOS bundle ID: com.rn-fashion-app.staging
- App name: RN Fashion
- Config file: .env
- Android package name: com.rn_fashion_app
- iOS bundle ID: com.rn-fashion-app
ENVFILE=.env.staging react-native run-android --variant=stagingDebug
ENVFILE=.env react-native run-android --variant=productionDebug
react-native run-ios --scheme="RN Fashion Staging"
react-native run-ios --scheme="RN Fashion"
- React Native
- React Navigation
- TypeScript
- Restyle
- detox