https://github.com/osedea/ignite-native-navigation
https://github.com/osedea/ignite-native-navigation
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osedea/ignite-native-navigation
- Owner: Osedea
- License: mit
- Created: 2018-05-25T19:59:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T17:12:00.000Z (over 3 years ago)
- Last Synced: 2025-06-24T09:55:35.333Z (11 months ago)
- Language: JavaScript
- Size: 666 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ignite Native Navigation Plugin.
This plugin installs the [wix/react-native-navigation](https://github.com/wix/react-native-navigation)
The plugin creates 2 files `MainApplication.old` and `AppDelegate.old` these are backups of your files before they were modified by `react-native-link.` They are used by the `plugin.remove`to restore your applicaiton to its original state shall you decided to remove the plugin. It is recommended that you commit these files.
## Example
```js
ignite add ignite-native-navigation
ignite remove ignite-native-navigation
```