Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sieuhuflit/react-native-cube-navigation
React native cube navigation transition
https://github.com/sieuhuflit/react-native-cube-navigation
cube cube-animation cube-transition navigation react react-native transition
Last synced: 25 days ago
JSON representation
React native cube navigation transition
- Host: GitHub
- URL: https://github.com/sieuhuflit/react-native-cube-navigation
- Owner: sieuhuflit
- Created: 2020-04-05T13:50:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:58:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T14:48:04.314Z (8 months ago)
- Topics: cube, cube-animation, cube-transition, navigation, react, react-native, transition
- Language: Java
- Size: 33.2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-cube-navigation
### Installation
```bash
$ npm install react-native-cube-navigation --save
```### Demo
### Usage
```js
import CubeNavigation from "react-native-cube-navigation";
;
```### Properties
| Prop | Default | Type | Description |
| :-------------- | :-----: | :------: | :---------------------- |
| backdropOpacity | 0.8 | `number` | Backdrop |
| backgroundColor | black | `string` | Background behide color |### Examples
```bash
$ cd examples
$ npm install# Running on iOS
$ react-native run-ios# Running on Android
$ react-native run-android
```