A React Native app built using Expo.
- Styled Component
- Placeholder components
- Custom fonts
- Dark Mode
- Add Type support (Flow? or Typescript?)
- Test Cases (Jest?)
- Error reporting (Bugsnag)
- Offline support
- Add animations
- Auto detect preferred color scheme (light, dark, or no preference)
- Automating App build and Deployment using Fastlane
- Install the latest Node
- Install Expo -
npm install expo-cli --global
cd
into this project directorynpm install
oryarn install
- Run
expo start
- Why does the app has large size?
- Unfortunately Expo apps has large size as they includes a bunch of APIs regardless whether or not you are using them. Expo team is working on making Expo apps leaner.
Follows semantic commit messages. Learn more here.
Licensed under the MIT.