React Native WebView - mobile application
@peterklingelhofer has created a repo to test a react-native-webview implementation of the streaming player. You can run and test locally via git cloneing the repo and running expo on your machine.
This ticket is created to track the progress on testing of the potential mobile app implementation.
1. iOS public testflight url
2. Android test url
When testing
- Test status bar in dark mode
- Background playback and display of metadata/album art
- Portrait vs Landscape
Other issues to consider
- How would we manage the repo on github?
- How does this temporary solution gel with the long-term goal of building a mobile app
- Should we also be testing (at-least locally) with development branch of stream repo considering the Wordpress transition should be launching within the next 2-3 weeks -- change the
WebView source prop to source={{ uri: 'https://stream.resonate.ninja/discover' }}. As far as I know, the only difference for the streaming player should be signup/login flow and account settings
- How do we establish a process of QA testing the the mobile app when the streaming player is updated?
React Native WebView - mobile application
@peterklingelhofer has created a repo to test a
react-native-webviewimplementation of the streaming player. You can run and test locally viagit cloneing the repo and running expo on your machine.This ticket is created to track the progress on testing of the potential mobile app implementation.
1. iOS public testflight url
2. Android test url
When testing
Other issues to consider
WebViewsource prop tosource={{ uri: 'https://stream.resonate.ninja/discover' }}. As far as I know, the only difference for the streaming player should be signup/login flow and account settings