configureClient(Defined in: packages/modelence/src/client/clientConfig.ts:48 Configure the Modelence client for non-browser environments like React Native. When configured, the client uses the provided functions for auth-token storage, client-info collection, and URL resolution instead of the default browser APIs (localStorage, window.screen, relative URLs).userConfig):void
Example
Parameters
| Parameter | Type |
|---|---|
userConfig | ClientConfig |
Returns
void