https://github.com/mdjsn/latest-react-native
https://github.com/mdjsn/latest-react-native
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdjsn/latest-react-native
- Owner: mdjsn
- License: gpl-3.0
- Created: 2019-09-22T08:10:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:02:03.000Z (over 3 years ago)
- Last Synced: 2025-01-23T00:13:17.655Z (over 1 year ago)
- Language: JavaScript
- Size: 3.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
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 ()
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
- React Native Animation Book
- MDJSN references
- Writing Cross-Platform Apps with React Native
## Licensing
The code in this project is licensed under GNU GPLv3 license.
