A React Native Project with Typescript for login to a GitHub account and see the list of commits for every repository.
Currently available for Android and iOS
Android | iOS |
---|---|
git clone https://github.com/aligol20/AdaKerja-ReactNative-Task.git
cd AdaKerja-RactNative-Task
npm install
npm start
cd ios
pod install
cd ..
npx react-native run-ios
in the project root. It will perform some compilation and then launch the app in the iOS simulator.
Open Android Studio, launch the AVD Manager, and start an virtual device. Then npx react-native run-android
.