I upgraded my latest project to React Native 0.19 and instantly the video no longer works. How can I create a new project with a specific version? I want to init a new project a
This seems to work.
react-native init --version="0.36.0" MyNewApp
Check the comment on this link :).