react-native-wizzardtor
v1.4.0
Published
A library for making wizzards simple, and flexible for different type of applications .
Downloads
32
Maintainers
Readme
Below part is for Documentation ! Remove above Library Usage
Installation
Add the dependency:
npm i react-native-wizzardtor
Peer Dependencies
"react": ">= 18.x.x",
"react-native": ">= 0.70.x",
Usage
Import
import MyComponent from "react-native-wizzardtor";
Fundamental Usage
const st = useWizardState();
Example Project 😍
You can checkout the example project 🥰
Simply run
npm i
react-native run-ios/android
should work of the example project.
Configuration - Props
Fundamentals
| Property | Type | Default | Description | | -------- | :----: | :-------: | ---------------- | | title | string | undefined | change the title |
Customization (Optionals)
| Property | Type | Default | Description | | ------------ | :------: | :-------: | ------------------------------------------------------------------ | | enableButton | boolean | false | let you enable the button (must use it for button) | | onPress | function | undefined | set your own logic for the button functionality when it is pressed |
Change Log
Change log will be here !
Author
Adderly, [email protected]
License
React Native Wizzardtor is available under the MIT license. See the LICENSE file for more info.