An open API service indexing awesome lists of open source software.

https://github.com/mdjsn/latest-react-native


https://github.com/mdjsn/latest-react-native

Last synced: over 1 year ago
JSON representation

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.