Repo to handle the React Native talks by MDJSN
This is a dummy boilerplate to be used by the team which includes the basic codebase linking the screens using react-navigation (stack and tab) defined along with styled components
Clone the source locally:
$ git clone https://github.com/mdjsn/latest-react-native
$ cd latest-react-native
Install required node dependencies
$ yarn
Open in development mode:
$ yarn start
Open in device:
$ react-native run-ios
$ react-native run-android
- Fork it (https://github.com/mdjsn/latest-react-native/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
The code in this project is licensed under GNU GPLv3 license.