Skip to content

Commit 4f5d394

Browse files
Merge pull request #45 from sethx/patch-13
Add RC versions to RN dependencies
2 parents 2cf7fbf + ef22e0e commit 4f5d394

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"homepage": "https://github.com/MikaelCarpenter/gb-native-router",
2929
"dependencies": {},
3030
"peerDependencies": {
31-
"react-native": ">=0.12.0"
31+
"react-native": ">=0.12.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc || 0.14.0-rc || 0.15.0-rc || 0.16.0-rc"
32+
3233
}
3334
}

0 commit comments

Comments
 (0)