Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heheok/react-native-apollo-boilerplate
Starting point for a React Native App which has react-navigation for navigation, Apollo Client for accessing data and managing the local state, Formik for the forms, Styled-components for CSSinJS, Eslint with a custom implementation of AirBnb react config for code quality.
https://github.com/heheok/react-native-apollo-boilerplate
apollo-client boilerplate eslint formik react-native react-navigation styled-components
Last synced: 5 days ago
JSON representation
Starting point for a React Native App which has react-navigation for navigation, Apollo Client for accessing data and managing the local state, Formik for the forms, Styled-components for CSSinJS, Eslint with a custom implementation of AirBnb react config for code quality.
- Host: GitHub
- URL: https://github.com/heheok/react-native-apollo-boilerplate
- Owner: heheok
- Created: 2019-01-11T08:56:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T11:37:03.000Z (almost 6 years ago)
- Last Synced: 2024-04-14T11:43:16.263Z (7 months ago)
- Topics: apollo-client, boilerplate, eslint, formik, react-native, react-navigation, styled-components
- Language: Objective-C
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#React-Native Starter Pack (Apollo)
- This is a boilerplate for a react-native project.
- Navgation: react-navigation
- DataLayer: Apollo Client V2
- State Management: Apollo Client V2
- Forms: Formik
- CSSinJS: Styled-components
- Code QA: Custom Eslint (Based on AirBnb config)