diff --git a/example/package.json b/example/package.json index 18419be..afad6ed 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "react": "16.0.0-alpha.6", "react-native": "0.43.4", "react-native-fullscreen-video": "0.0.6", - "react-native-orientation": "git+https://github.com/yamill/react-native-orientation.git", + "react-native-orientation": "^2.0.0", "react-native-router-flux": "3.38.0" }, "devDependencies": { diff --git a/example/yarn.lock b/example/yarn.lock index 6958cb6..4250bbf 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -2942,6 +2942,10 @@ react-native-fullscreen-video@0.0.6: dependencies: react-native-video latest +react-native-orientation@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/react-native-orientation/-/react-native-orientation-2.0.0.tgz#d415910d3496c57e9fc57c899cb4c8beb8be4a49" + react-native-router-flux@3.38.0: version "3.38.0" resolved "https://registry.yarnpkg.com/react-native-router-flux/-/react-native-router-flux-3.38.0.tgz#f5f8ec2875b46f96f61006ff502d0d80268e6ce2" diff --git a/package.json b/package.json index 772c1d3..61a0fdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fullscreen-video", - "version": "0.0.8", + "version": "0.0.9", "description": "A full-screen video component on top of react-native-video", "main": "index.js", "repository": {