Badges
The Badges Component simplifies the process of creating and awarding badges to users. Whether you want to gamify your application or recognize user achievements.
Last updated
The Badges Component simplifies the process of creating and awarding badges to users. Whether you want to gamify your application or recognize user achievements.
Last updated
To unlock early access to the component Get Access
In this video, you'll learn:
How to use the component.
Customization options for the Badges component.
To install the Quest react-native-native-sdk
into your project, follow these steps:
Open your terminal/command prompt.
Navigate to your project's root directory using the cd
command if you're not already there.
Run the following command to install the quest-sdk
package using npm:
This command will download and install the package and its dependencies into your project.
Make sure your project has npm and Node.js installed, and that you have the necessary permissions to install packages in your project directory.
The Badges
component accepts the following props
Prop Name | Type | Required | Details |
---|---|---|---|
ImageSize | number | optional | The Main Image Size. |
innerImageX | number | optional | The X of innerImage. |
innerImageY | number | optional | The Y of InnerImage. |
innerImageSize | number | optional | The Inner Image size. |
innerImage | string | any | optional | The inner Image. |
lock | boolean | required | Ture or False. |
To integrate the Badges component into your React application, follow these steps
Import the Badges Component: Import the Tutorial component from the @questlabs/react--native-sdk
package.
Here's an example of how to use the Banner component within your React Native application.
The above example not uses all the props.