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
- Host: GitHub
- URL: https://github.com/diwakarshukla1/apollo-react-native-starter
- Owner: DiwakarShukla1
- Created: 2018-04-27T07:17:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T13:26:35.000Z (almost 8 years ago)
- Last Synced: 2023-08-18T21:57:15.408Z (over 2 years ago)
- Topics: analytics, apollo-client, codepush, crashlytics, graphql, react-native, reactnavigation, typescript
- Language: Objective-C
- Homepage:
- Size: 837 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.