Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
# react-native-maps-navigation
# @alirehman7141/react-native-maps-navigation

Enhances React Native Maps with Realtime Navigation.

`Please note that this module is usable but still under heavy development. Some properties and/or component names might change without notice.`

![alt text](https://github.com/flyandi/react-native-maps-navigation/raw/master/docs/preview.gif "react-native-maps-navigation")
![alt text](https://github.com/flyandi/react-native-maps-navigation/raw/master/docs/preview.gif "react-native-maps-navigation-next")


## Installation

**React Native >= 0.49**

```bash
yarn add react-native-maps-navigation
```

Make sure you link the module before building:

```bash
react-native link react-native-maps-navigation
yarn add @alirehman7141/react-native-maps-navigation
```

## Example
Expand Down
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ import NavigationModes from './src/constants/NavigationModes';

import Geocoder from './src/modules/Geocoder';





/**
* @exports
*/
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "react-native-maps-navigation",
"version": "0.0.14",
"name": "@alirehman7141/react-native-maps-navigation",
"version": "0.0.17",
"description": "A helper and component library for react-native-maps that enables navigation support",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/flyandi/react-native-maps-navigation.git"
"url": "https://github.com/alirehman7141/react-native-maps-navigation.git"
},
"keywords": [
"react",
Expand All @@ -19,27 +19,28 @@
"android",
"react-component"
],
"author": "Andy Schwarz <flyandi@yahoo.com> (http://flyandi.net)",
"author": "Ali Rehman <ali.rehman7141@gmail.com>",
"license": {
"type": "MIT",
"url": "https://github.com/flyandi/react-native-maps-navigation/blob/master/LICENSE"
"url": "https://github.com/alirehman7141/react-native-maps-navigation/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/flyandi/react-native-maps-navigation/issues"
"url": "https://github.com/alirehman7141/react-native-maps-navigation/issues"
},
"scripts": {
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"homepage": "https://github.com/flyandi/react-native-maps-navigation#readme",
"homepage": "https://github.com/alirehman7141/react-native-maps-navigation#readme",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-maps": ">=0.21.0"
},
"dependencies": {
"@react-native-community/geolocation": "^3.0.4",
"geolib": "^3.0.2",
"prop-types": "^15.6.2",
"react-native-optiongroup": "^0.0.7"
Expand Down
Loading