Adds support for RN 0.14.0-rc.

This commit is contained in:
Joel Arvidsson 2015-10-29 11:40:36 -04:00
parent a71fda6631
commit a10e5a5a03
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@
},
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.4.4 || 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"
"react-native": ">=0.4.4 || 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"
}
}