url#branch名でOK
gitのURLにハッシュ+ブランチ名で、指定したブランチでインストールできる。
npm
npm install https://github.com/adamjmcgrath/react-native-simple-auth.git#more-providers
yarn
yarn add https://github.com/adamjmcgrath/react-native-simple-auth.git#more-providers
package.json
...
"react-native-simple-auth": "https://github.com/adamjmcgrath/react-native-simple-auth.git#more-providers",
...