Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```