## 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, // value must be a number, unique ID for each player
        firstname: "Olive", 
        lastname: "Okechukwu", 
        balance: 1000,
        email: 'bmithzee@gmail.com',
        phoneNumber: '08080698000',
        accountNumber: string;
        destinationBankCode: string;
        merchantReference: string;
        destinationBankName: string;
    }}
    onExit={() => console.log('exited')}
/>

[//]: # (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)
