UNPKG

react-native-launch-navigator

Version:

A React Native module for launching today's most popular navigation/ride apps to navigate to a destination.

37 lines (27 loc) 1.45 kB
## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Documentation changes - [ ] Other... Please describe: <!-- Fill out the relevant sections below and delete irrelevant sections. --> ## PR Checklist For bug fixes / features, please check if your PR fulfills the following requirements: - [ ] Testing has been carried out for the changes have been added - [ ] Regression testing has been carried out for existing functionality - [ ] Docs have been added / updated ## What is the purpose of this PR? <!-- Describe any current behavior that you are modifying, or link to a relevant issue. --> <!-- Describe the new behaviour added/modified and its purpose. --> ## Does this PR introduce a breaking change? - [ ] Yes - [ ] No <!-- If this PR contains a breaking change, please describe the impact and migration path for existing plugin versions. --> ## What testing has been done on the changes in the PR? <!-- e.g. if an example project exists for this plugin, has it been updated to test the new functionality? --> ## What testing has been done on existing functionality? <!-- e.g. if an example project exists for this plugin, has been it been tested to ensure no regression bugs have been introduced? --> ## Other information