File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import MapView, {
9
9
Polyline ,
10
10
Region ,
11
11
UrlTile ,
12
- } from 'react-native-osmdroid' ;
12
+ } from '@splicer97/ react-native-osmdroid' ;
13
13
14
14
export default function App ( ) {
15
15
const initialRegion : Region = {
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " react-native-osmdroid" ,
2
+ "name" : " @splicer97/ react-native-osmdroid" ,
3
3
"version" : " 0.1.0" ,
4
4
"description" : " This is unofficial React Native wrapper for osmdroid maps" ,
5
5
"main" : " lib/commonjs/index" ,
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"baseUrl" : " ./" ,
4
4
"paths" : {
5
- "react-native-osmdroid" : [" ./src/index" ]
5
+ "@splicer97/ react-native-osmdroid" : [" ./src/index" ]
6
6
},
7
7
"allowUnreachableCode" : false ,
8
8
"allowUnusedLabels" : false ,
You can’t perform that action at this time.
0 commit comments