dhei / chain-react-2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio App Center Sample App for React Native

The React Native application in this repository and its corresponding tutorials will help you quickly and easily onboard to Visual Studio App Center.

About this repository

The App Center SDK modules and React Native Code Push are already integrated within the application. Simply follow the tutorials to learn how to use each service.

Tutorials

First navigate to the Getting Started tutorial linked below. After following that tutorial, you can choose which App Center service to explore.

How to run the app

Make sure you are running NodeJS 7.4+ (https://nodejs.org/) and have CocoaPods installed

npm install
npm install react-native-cli -g
cd ios && pod update && cd ..

Make sure you have the testing device plugged in or an emulator running and run npm run ios or npm run android depending on the platform you want to use.

Note: The first time the application build may take very long, the subsequent builds are going to be faster.

Contents

Tutorial Description Screenshot
Getting Started Set up the app
Build Build the app image
Test Run automated UI tests on real devices image
Distribute Distribute application to a group of users image
Crashes Monitor application crashes image
Analytics View user analytics image
Push Send push notifications to your app users image
CodePush Deploy mobile app updates directly to their users’ devices image

About

License:MIT License


Languages

Language:TypeScript 52.8%Language:Objective-C 20.3%Language:Java 18.5%Language:Python 4.3%Language:Ruby 3.4%Language:JavaScript 0.6%