import { IgniteProvider } from 'react-native-ticketmaster-ignite'; <IgniteProvider options={{ apiKey: API_KEY, clientName: CLIENT_NAME, primaryColor: PRIMARY_COLOR }} > <App /> </IgniteProvider>The region propertyThe options prop also accepts a region property US or UK. The default value...
The region property determines the server deployment region the SDK's will connect to. The values can be either US or UK. The default value is US and should be used unless you have specifically been told to set your region to UK.