Show Gameball User Profile

Show your user's profile including all details, user challenges, and the leaderboard on React-native app.

Gameball’s views are accessible through the code below. Note the you must first register your API Key and a player before accessing the views.

First import Gameball Player Profile widget.

import {GameballWidget} from 'react-native-gameball';

Then in the component’s render the function.

<GameballWidget />

Last updated