Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
fixed dependency issue on react-native-orientation.
Browse files Browse the repository at this point in the history
updated version: 0.0.9
  • Loading branch information
mostafa committed Jul 13, 2017
1 parent 23fca09 commit 6552de2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6552de2

Please sign in to comment.