This is a boilerplace for developing app for android, ios, web and desktop.
This repo will be archived, and I create the similar thing on the new repo here
- Typescript
- React
- React Native
- React Native Web
- Electron
-
Clone project
git clone https://github.com/fachrihawari/universal-app
-
Enter directory project
cd universal-app
-
Install depedencies
yarn bootstrap
-
ANDROID only, copy your debug.keystore to android/app/debug.keystore
-
IOS only, install pod depedencies
cd ios && pod install
-
Run the app
- Android
cd packages/mobile react-native run-android
- iOS
cd packages/mobile react-native run-ios
- Web
yarn run-web
- Desktop
yarn run-desktop