This is a ReactNative based module which can be configured to have one or multiple slide screens with content and expansion detailed in the file.
- Educate the user about the functions and benefits of the app
- 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-app-intro-slider - https://www.npmjs.com/package/react-native-app-intro-slider
- prop-types - https://www.npmjs.com/package/prop-types
No global configs required.
Your slidesData
array should look something like this.
const slidesData = [
{
key : 1,
title: "Title 1",
description: "Description.\nSay something cool",
imageURL: "https://crowdbotics-slack-dev.s3.amazonaws.com/media/project_component_resources/cb-icon.png",
backgroundColor: "#59b2ab"
},
...
]
No android setup required.
No iOS setup required.