UNPKG

expo-game-center

Version:

A comprehensive Expo module for iOS Game Center integration, providing authentication, leaderboards, achievements, and native UI presentation.

7 lines 115 B
module.exports = { Platform: { OS: 'ios', select: jest.fn((obj) => obj.ios), }, NativeModules: {}, };