Optional
componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional
disableDisable padding (useful for loading websites)
Optional
forceForce the view (mostly for teting) to a specific platform
Callback when flow finishes. Returns success variable indicating if user accepted or refused the terms
Content to render (supports HTML (text or URL) and plain text)
Optional
style?: StyleProp<ViewStyle>Style to set on the item
Text strings needed for the flow
Agree action on toolbar. Ex: "Agree"
Disagree action on toolbar. Ex: "Disagree"
Popup body for disagreeing. Ex: "The use of this app requires agreement to the Terms and Conditions."
Popup primary option for disagreeing. Ex: "Continue"
Popup seondary option for disagreeing. Ex: "Disagree"
Popup title for disagreeing. Ex: "Are you sure?"
Title of text document
Generated using TypeDoc
Props for AcceptTerms component