You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Peruse the [API Docs](https://doublesymmetry.github.io/react-native-track-player/docs/api/events).
49
49
3. Run the [Example Project](/example).
50
50
51
51
## Commerical Usage
@@ -78,7 +78,7 @@ All audio modules (like `react-native-sound`) don't play in a separated service
78
78
79
79
## Example Setup
80
80
81
-
First please take a look at the [Getting Started](https://rntp.dev/docs/basics/getting-started/) guide, but a basic example of how to play a track:
81
+
First please take a look at the [Getting Started](https://doublesymmetry.github.io/react-native-track-player/docs/basics/getting-started/) guide, but a basic example of how to play a track:
Copy file name to clipboardExpand all lines: docs/docs/basics/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ const track3 = {
69
69
duration: 411
70
70
};
71
71
72
-
// You can then [add](https://rntp.dev/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
72
+
// You can then [add](https://doublesymmetry.github.io/react-native-track-player/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-2.1/basics/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ const track3 = {
69
69
duration: 411
70
70
};
71
71
72
-
// You can then [add](https://rntp.dev/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
72
+
// You can then [add](https://doublesymmetry.github.io/react-native-track-player/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-3.1/basics/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ const track3 = {
69
69
duration: 411
70
70
};
71
71
72
-
// You can then [add](https://rntp.dev/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
72
+
// You can then [add](https://doublesymmetry.github.io/react-native-track-player/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-3.2/basics/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ const track3 = {
69
69
duration: 411
70
70
};
71
71
72
-
// You can then [add](https://rntp.dev/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
72
+
// You can then [add](https://doublesymmetry.github.io/react-native-track-player/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-4.0/basics/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ const track3 = {
69
69
duration: 411
70
70
};
71
71
72
-
// You can then [add](https://rntp.dev/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
72
+
// You can then [add](https://doublesymmetry.github.io/react-native-track-player/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-4.1/basics/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ const track3 = {
69
69
duration: 411
70
70
};
71
71
72
-
// You can then [add](https://rntp.dev/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
72
+
// You can then [add](https://doublesymmetry.github.io/react-native-track-player/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-5.0/basics/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ const track3 = {
69
69
duration: 411
70
70
};
71
71
72
-
// You can then [add](https://rntp.dev/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
72
+
// You can then [add](https://doublesymmetry.github.io/react-native-track-player/docs/api/functions/queue#addtracks-insertbeforeindex) the items to the queue
0 commit comments