The Terms And Conditions Webview is a React Native based Module which renders a Terms And Conditions page through a url.
- Ability to load and display terms and conditions from a url.
- This module includes environment variables.
- This module requires manual configurations.
- This module can be configured with module options.
- This module requires manual Android setup.
- This module requires manual iOS setup.
No 3rd party account required.
Dependencies used:
- react-native-webview - https://www.npmjs.com/package/react-native-webview
Update the options/options.js
file with your app's backend url.
export const globalOptions = {
...
url: "https://my-app.botics.co",
...
}
In modules/terms-and-conditions-webview/options.js update termsUrl
with your terms and conditions page url.
const termsUrl = "";
No android setup required
No iOS setup required