-
Notifications
You must be signed in to change notification settings - Fork 2
migration from react-native-splash-screen to react-native-bootsplash #140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
ios/Podfile.lock
Outdated
- React-Core | ||
- react-native-splash-screen (3.2.0): | ||
- React | ||
- react-native-track-player (4.1.1): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is strange, why is this needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, these are from previous changes. I missed them. Will revert.
CHANGELOG.md
Outdated
# Changelog | ||
|
||
# Changelog | ||
- Migrated from `react-native-sound` to `react-native-track-player` for improved audio playback capabilities and reliability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if RN sound changes were not done correctly in the main branch then let's do those in a separate PR as it makes this PR more complicated than it should be
No description provided.