1.4.0 • Published 10 months ago

react-native-wizzardtor v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Battle Tested ✅

React Native Typescript Library Starter

npm version npm Platform - Android and iOS License: MIT styled with prettier

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

PropertyTypeDefaultDescription
titlestringundefinedchange the title

Customization (Optionals)

PropertyTypeDefaultDescription
enableButtonbooleanfalselet you enable the button (must use it for button)
onPressfunctionundefinedset your own logic for the button functionality when it is pressed

Change Log

Change log will be here !

Author

Adderly, tintangstudios@gmail.com

License

React Native Wizzardtor is available under the MIT license. See the LICENSE file for more info.

1.4.0

10 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago