Create new project PushNotification
react-native init PushNotification
Put following in index.android.js
import React, { Component } from 'react';
import {
  AppRegistry,
  StyleSheet,
  Text,
  View,
  Button
} from 'react-native';
import PushNotification from 'react-native-push-no...