https://github.com/idkjs/reason-react-native-apollo-template
Reason React Native Apollo Graphql template for application developed in Reason.
https://github.com/idkjs/reason-react-native-apollo-template
Last synced: 3 months ago
JSON representation
Reason React Native Apollo Graphql template for application developed in Reason.
- Host: GitHub
- URL: https://github.com/idkjs/reason-react-native-apollo-template
- Owner: idkjs
- License: mit
- Created: 2020-10-23T15:16:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T14:28:58.000Z (over 4 years ago)
- Last Synced: 2025-04-12T21:52:35.500Z (3 months ago)
- Language: Ruby
- Size: 571 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `@idkjs/reason-react-native-apollo-template`
[](https://www.npmjs.com/@idkjs/reason-react-native-apollo-template)
[](https://reason-react-native.github.io/discord/)> Reason React Native Apollo Graphql template for application developed in Reason.
Please carefully read instructions below in order to enjoy ReasonML development
experience.## Setup
## Start a Reason React Native project with this template
```console
npx @react-native-community/cli init MyApp --template @idkjs/reason-react-native-apollo-template
cd MyApp
```Now that you are ready to go, you can check our documentation on
[how to use Reason React Native](https://reason-react-native.github.io/en/docs/usage/).