- Uses latest React Native (0.59.1)
- Added React Hooks example
- Added basic theming options
- Added a basic component example
- Added Size Matters to control sizes on all devices
- Added Responsive Font to control font sizes on all devices
- Added React Navigation and some additional Screens
- Add Crashlytics
- Add Fabric
- Add Firebase / Firestore
- Add Redux
- Add Fastlane
sudo gem install cocoapods
yarn global add react-native-cli
To start a new React Native Project, simply run:
react-native init <appName> --template cd
Then, when finished:
cd <appName>
yarn start
IOS Simulator:
cd <appName>
react-native run-ios --simulator="iPhone X"
Android Emulator:
cd <appName>
react-native run-android
- TypeScript
- Redux - WIP
- Firebase - WIP
- React-Navigation
- Fastlane - WIP
- Crashlytics - WIP
- Fabric - WIP
- Prettier
- TSLint
- Jest
- You may need to link some dependencies
react-native link react-native-gesture-handler
cd ios/"
pod init && pod install"
- Pull Requests are helpful, fix it and ship it.
- Isssues regarding:
null is not an object ( evaluating 'RNGestureHandlerModule.Direction')
- find solution here: software-mansion/react-native-gesture-handler#494 - Issues regarding
Error: Unable to resolve module
./index- just close metro and run
npm run start --reset-cacheor
yarn start --reset-cache` and you should be up and running.
Copyright (c) 2018 Colorful Dots, LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.