https://github.com/bamlab/cordova-plugin-native-routing
A Cordova plugin that allows you to call a native controller
https://github.com/bamlab/cordova-plugin-native-routing
Last synced: 9 months ago
JSON representation
A Cordova plugin that allows you to call a native controller
- Host: GitHub
- URL: https://github.com/bamlab/cordova-plugin-native-routing
- Owner: bamlab
- Created: 2015-07-28T16:01:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T18:41:08.000Z (almost 10 years ago)
- Last Synced: 2025-06-26T03:05:17.298Z (about 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 2
- Watchers: 25
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cordova-plugin-native-routing
This plugin allows to call a transition to a native view.
It currently works on iOS (7 and 8) only.
## Installation
```
cordova plugin add https://github.com/bamlab/cordova-plugin-native-routing
```
## Usage
Call in your application
```
cordova.plugins.nativeRouting.go(segueName, dataForSegue);
```
## Other open-source modules by the folks at [BAM](http://github.com/bamlab)
* [rn-camera-roll](https://github.com/bamlab/rn-camera-roll)
* [react-native-image-resizer](https://github.com/bamlab/react-native-image-resizer)
* [react-native-animated-picker](https://github.com/bamlab/react-native-animated-picker)