We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ec438 commit 0f7bf42Copy full SHA for 0f7bf42
GameCenterExample/index.ios.js
@@ -13,7 +13,7 @@ import {
13
Text,
14
View
15
} from 'react-native';
16
-
+
17
// const { RNGameCenter } = NativeModules;
18
import RNGameCenter from './RNGameCenter';
19
let leaderboardIdentifier="high_scores"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-game-center",
3
- "version": "0.0.0-development",
+ "version": "0.0.0-semantic-release",
4
"description": "Apple's Game Center integration with React Native",
5
"main": "RNGameCenter/index.js",
6
"directories": {
0 commit comments