floating-games-sdk
v1.0.7
Published
A React Native gaming SDK with 3 built-in games
Maintainers
Readme
Installation
1. Install the SDK
npm install floating-games-sdk
2. Install peer dependencies
npx expo install @react-navigation/native @react-navigation/native-stack expo-secure-store @expo-google-fonts/creepster expo-audio expo-font expo-haptics expo-linear-gradient expo-status-bar react-native-gesture-handler react-native-reanimated react-native-safe-area-context react-native-screens react-native-svg react-native-dropdown-picker @gorhom/bottom-sheet react-native-modal
3. Run script instead
node node_modules/floating-games-sdk/install-peers.js
4. Use it
import { FloatingGames } from 'floating-games-sdk';
