react-native-easy-game-center

## Getting started

Usage no npm install needed!

<script type="module">
  import reactNativeEasyGameCenter from 'https://cdn.skypack.dev/react-native-easy-game-center';
</script>

README

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
}