how to clone react native app and set it up locally code example
Example 1: how to run a cloned react native project
npm install --save github:facebook/react-native#master
Example 2: how to run a cloned react native project
"dependencies": {
...
"react-native": "myName/react-native#release/my-react-native-release"
}