Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)