React
1. Components
BasicProvider
To enable the features of the Basic SDK, you need to wrap your app in a <BasicProvider>
component.
BasicProvider takes 3 props:
project_id
: The project ID of your Basic projectschema
: The schema of your Basic projectdebug
: An optional prop to enable additional debug logs to the console.
App.tsx