Skip to content

Commit c5a6400

Browse files
committed
feat: V5 launch — example app, updated README and LICENSE
1 parent 602d545 commit c5a6400

687 files changed

Lines changed: 11335 additions & 54509 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.envrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export DIRENV_WARN_TIMEOUT=20s
2+
export ANDROID_HOME=~/Library/Android/sdk
3+
4+
eval "$(devenv direnvrc)"
5+
6+
# The use_devenv function supports passing flags to the devenv command
7+
# For example: use devenv --impure --option services.postgres.enable:bool true
8+
use devenv

.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,17 @@ A clear and concise description of what the bug is.
1212
**Steps To Reproduce**
1313
How can someone else reproduce this bug?
1414

15-
**Code To Reproduce**
16-
Please provide a simple code example that allows others to replicate the bug.
15+
**Reproduction**
16+
The fastest way to get this fixed is a minimal repro. Please **fork the [example app](https://github.com/doublesymmetry/react-native-track-player/tree/main/example)** and modify it to demonstrate the bug, then link your fork here. Bugs that come with a working repro get prioritized.
1717

18-
**Replicable on Example App?**
19-
Can you replicate this bug in the [React Native Track Player Example App](https://github.com/doublesymmetry/react-native-track-player/tree/main/example)?
18+
If you can't share a fork, paste the smallest possible code snippet that triggers the issue.
2019

2120
**Environment Info:**
22-
Paste the results of `npx react-native info`
23-
Paste the exact `react-native-track-player` version you are using
24-
Real device? Or simulator?
25-
What OS are you running?
21+
- Output of `npx react-native info`
22+
- `@rntp/player` version
23+
- Real device or simulator
24+
- iOS / Android version
2625

2726
**How I can Help**
2827
What can you do to help resolve this?
29-
Have you investigated the underlying JS or Swift/Android code causing this bug?
30-
Can you create a Pull Request with a fix?
28+
Have you investigated the underlying issue?

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/delete-buildjet-cache.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/nightly.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/stale-bot.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)