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

https://github.com/diwakarshukla1/apollo-react-native-starter

Super starter kit for quick start
https://github.com/diwakarshukla1/apollo-react-native-starter

analytics apollo-client codepush crashlytics graphql react-native reactnavigation typescript

Last synced: about 1 month ago
JSON representation

Super starter kit for quick start

Awesome Lists containing this project

README

          

# Description
This React Native starter kit with apollo client and great default settings.

# Settings
* Typescript with linting
* Vector Icons
* Apollo Client
* Code Push
* Crashlytics
* Analytics

# Installation
To do setup for Android sdk and iOS. Follow the link https://facebook.github.io/react-native/docs/getting-started.html. And then follow bellow command.

```
yarn
yarn start
```
Happy hacking!!!

# Bug Reporting
We can use instabug for same. Here is link https://instabug.com/.

# Rename Project
To Rename App (Android and iOS both). Use react-native-rename npm. Link https://www.npmjs.com/package/react-native-rename.

# Generate Icons for App
Follow the link https://medium.com/bam-tech/generate-your-react-native-app-icons-in-a-single-command-line-145af2e329b2.

# Signing Apk
Follow the link https://facebook.github.io/react-native/docs/signed-apk-android.html.

# Internationalization
Follow the link https://github.com/AlexanderZaytsev/react-native-i18n.

# Learn Related Technologies
* React Native https://facebook.github.io/react-native/ .
* Apollo Client https://www.apollographql.com/docs/react/ .

# Find Great React Native libraries
https://github.com/jondot/awesome-react-native.