Skip to content

mdjsn/latest-react-native

Repository files navigation

Latest React Native

Repo to handle the React Native talks by MDJSN

About

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

Installation

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

Contributing

  1. Fork it (https://github.com/mdjsn/latest-react-native/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

References

Licensing

The code in this project is licensed under GNU GPLv3 license.