Skip to content
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

Full size music player improvements #3

Merged
merged 6 commits into from
Aug 31, 2023

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    ff3fdf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    272d7e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2580625 View commit details
    Browse the repository at this point in the history
  4. prevent negative numbers

    SamSamskies committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d8a5f69 View commit details
    Browse the repository at this point in the history
  5. fix song seeking

    not sure why, but the slider doesn't work when the screen has gestureDirection set to vertical. some other people have this problem with just scrolling horizontally in general react-navigation/react-navigation#10889.
    SamSamskies committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ba91b0e View commit details
    Browse the repository at this point in the history
  6. prevent users from clicking buttons too fast

    not the ideal solutions, but that's what the devs from expo-av suggest. expo/expo#11387
    SamSamskies committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3cf5d58 View commit details
    Browse the repository at this point in the history