1.4.0 • Published 6 years ago

react-native-easy-game-center v1.4.0

Weekly downloads
30
License
-
Repository
-
Last release
6 years ago

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
}