react-native-vlc-media-player
                                
                                 react-native-vlc-media-player copied to clipboard
                                
                                    react-native-vlc-media-player copied to clipboard
                            
                            
                            
                        How to change video quality manually ?
React-native 0.62.0
You can try "adaptive-logic" option in initOptions. It gives you an ability to select strategy for adaptive quality.
--adaptive-logic={,predictive,nearoptimal,rate,fixedrate,lowest,highest} 
Example:
initOptions: ['--adaptive-logic=lowest']
https://wiki.videolan.org/VLC_command-line_help