Skip to main content

signUp

Import

You can import the entire package and access the function:


_10
import * as fcl from "@onflow/fcl-react-native"
_10
_10
fcl.signUp(opts)

Or import directly the specific function:


_10
import { signUp } from "@onflow/fcl-react-native"
_10
_10
signUp(opts)

Parameters

opts (optional)

  • Type: {}

Returns

Promise<CurrentUser>


Rate this page