We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a4203 commit 070f1a7Copy full SHA for 070f1a7
example/src/TrackList.tsx
@@ -8,7 +8,7 @@ import {
8
Image,
9
} from 'react-native';
10
import { globalStyles } from './styles';
11
-import { getTracksAsync } from 'react-native-music-library';
+import { getTracksAsync } from '@nodefinity/react-native-music-library';
12
import { useState } from 'react';
13
import type { Track } from '../../src/NativeMusicLibrary';
14
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"rootDir": ".",
4
"paths": {
5
- "react-native-music-library": ["./src/index"]
+ "@nodefinity/react-native-music-library": ["./src/index"]
6
},
7
"allowUnreachableCode": false,
"allowUnusedLabels": false,
0 commit comments