$ npm install react-native-easy-game-center --save
$ react-native link react-native-easy-game-center
import GameGenter from 'react-native-easy-game-center';
try {
await GameCenter.loginPlayerToGameCenter();
} catch (ex) {
//breaks when they decline
}