signUp
Import
You can import the entire package and access the function:
_10import * as fcl from "@onflow/fcl-react-native"_10_10fcl.signUp(opts)
Or import directly the specific function:
_10import { signUp } from "@onflow/fcl-react-native"_10_10signUp(opts)
Parameters
opts
(optional)
- Type:
{}