Installation

Install our Android and iOS package to setup the Gameball Widget in the best way for your use-case.

In our to install Gameball Widget to your React native app, follow these guidelines. First install the package

npm install --save react-native-gameball

Needed packages

Axios, react-native-modal and react-native-push-notification-popup packages are required to use gameball package.

npm install axios react-native-modal react-native-push-notification-popup

iOS Installation

  1. cd ios — navigate to the IOS directory in the project

  2. pod install

  3. cd ..

Installation Issues

iOS Issues:

"rnc webview was not found in the UI manager iOS sol"

  1. check that react-native-webview if installed and in package.json. If not, install it through npm install --save react-native-webview. If not solved

  2. cd ios

  3. pod install

If the issue persists, run the following line in the project directory: react-native link react-native-webview

Last updated