GitHunt
JU

just-football/react-native-easy-game-center

Wrapper around Easy Game Center for React Native

react-native-easy-game-center

Getting started

$ npm install react-native-easy-game-center --save

Mostly automatic installation

$ react-native link react-native-easy-game-center

Usage

import GameGenter from 'react-native-easy-game-center';

try {
  await GameCenter.loginPlayerToGameCenter();
} catch (ex) {
  //breaks when they decline
}

Languages

Swift98.5%Objective-C1.3%JavaScript0.2%

Contributors

Created November 7, 2017
Updated April 26, 2018
just-football/react-native-easy-game-center | GitHunt