config
Sets the config
Import
You can import the entire package and access the function:
_10import * as fcl from "@onflow/fcl-react-native"_10_10fcl.config(values)
Or import directly the specific function:
_10import { config } from "@onflow/fcl-react-native"_10_10config(values)
Parameters
values
(optional)
- Type:
_10Record<string, unknown>
- Description: - The values to set
Returns
_10{ put: typeof put; get: typeof get; all: typeof all; first: typeof first; update: typeof update; delete: typeof _delete; where: typeof where; subscribe: typeof subscribe; overload: typeof overload; load: typeof load; }
The config object