Installation
Follow the below steps to start installing react native SDK package to your app- Install package using npm
- Install prerequisite packages using npm
res => res.json()
Initialization
In order to use Gameball SDK, apply the below step to the main JS file (index or app). Import Gameball WidgetWidget Parameters Description
The API key of the Client account
The language that the SDK should be initialized with (based on the Client’s configuration)
Store name with myshopify.com domain. Used if your app is a mobile app for a Shopify store connected to Gameball
The platform you application used:
ShopifySallaany
Array of deep links for the application
You may also check the sample project here to view full implementation.
Profile Languages
For websites with multiple languages, how you can change Gameball widget language based on active website language. Gameball supports multiple languages for the customer profile widget. The widget language can be changed based on your customer’s active language on the website.Learn how you can configure the languages on your Gameball account through this article.
Supported Languages & Codes
In order to show the correct language of the widget based on the active language on the website, you just need to use the language code inside thelang variable in the code snippet.