diff --git a/examples/ExampleApp/package.json b/examples/ExampleApp/package.json index f88933b..128a0bb 100644 --- a/examples/ExampleApp/package.json +++ b/examples/ExampleApp/package.json @@ -6,7 +6,7 @@ "start": "node_modules/react-native/packager/packager.sh" }, "dependencies": { - "react-native": "^0.13.2", + "react-native": ">=0.13.2", "react-native-dialogs": "*", "react-native-material-kit": "^0.2.2" }