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
You can do it like this:
react-native init YourProjectName --version X.XX.X