Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}