Skip to content

Commit ef22e0e

Browse files
committed
Add RC versions to RN dependencies
Fixes #42
1 parent f9d773c commit ef22e0e

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)