react-native-cube-navigation
v1.0.0
Published
React native cube navigation
Downloads
8
Maintainers
Readme
react-native-cube-navigation
Installation
$ npm install react-native-cube-navigation --save
Demo
Usage
import CubeNavigation from "react-native-cube-navigation";
<CubeNavigation>
<Step1 />
<Step2 />
<Step3 />
</CubeNavigation>;
Properties
| Prop | Default | Type | Description |
| :-------------- | :-----: | :------: | :---------------------- |
| backdropOpacity | 0.8 | number
| Backdrop |
| backgroundColor | black | string
| Background behide color |
Examples
$ cd examples
$ npm install
# Running on iOS
$ react-native run-ios
# Running on Android
$ react-native run-android