update installation guide in readme
resolve TypeError: Cannot read property 'COVER' of undefined
If somebody has installed different version of react-native-video. ResizeMode type does not get available in that version
How to reproduce
Try with different version of react-native-video library (without alpha or beta versions)
Hello.
As stated in the docs, we only support beta/alpha versions for now, but indeed, the installation steps should also include it. However, this particular README should be updated:
https://github.com/LunatiqueCoder/react-native-media-console/tree/master/packages/media-console#%EF%B8%8F-note
Ok, Then we might need to declare ResizeMode types as devs might using react-native-video for other uses in the same project which can lead to errors.
If you agree on this. I'll raise another PR after that
Closing this in favor of #108