Skip to content

Commit 070f1a7

Browse files
committed
fix: package path
1 parent b7a4203 commit 070f1a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/src/TrackList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
Image,
99
} from 'react-native';
1010
import { globalStyles } from './styles';
11-
import { getTracksAsync } from 'react-native-music-library';
11+
import { getTracksAsync } from '@nodefinity/react-native-music-library';
1212
import { useState } from 'react';
1313
import type { Track } from '../../src/NativeMusicLibrary';
1414

tsconfig.json

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

0 commit comments

Comments
 (0)