Skip to content

Commit d82e5a7

Browse files
committed
feat: package name
1 parent 59b05f7 commit d82e5a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import MapView, {
99
Polyline,
1010
Region,
1111
UrlTile,
12-
} from 'react-native-osmdroid';
12+
} from '@splicer97/react-native-osmdroid';
1313

1414
export default function App() {
1515
const initialRegion: Region = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-native-osmdroid",
2+
"name": "@splicer97/react-native-osmdroid",
33
"version": "0.1.0",
44
"description": "This is unofficial React Native wrapper for osmdroid maps",
55
"main": "lib/commonjs/index",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"baseUrl": "./",
44
"paths": {
5-
"react-native-osmdroid": ["./src/index"]
5+
"@splicer97/react-native-osmdroid": ["./src/index"]
66
},
77
"allowUnreachableCode": false,
88
"allowUnusedLabels": false,

0 commit comments

Comments
 (0)