## 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';

[//]: # (Call SDK like this)

<FloatingGames
 config={{
    userId: 21,
    name: "Olive Okechukwu", 
    balance: 1000,
    email: 'bmithzee@gmail.com',
    phoneNumber: '08080698000'
    }}
    onExit={() => console.log('exited')}
/>

[//]: # (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)
