-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4615 from wordpress-mobile/drag-and-drop/update-g…
…esture-and-animation-deps Update gesture handler and reanimated libraries
- Loading branch information
Showing
7 changed files
with
3,596 additions
and
3,355 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule gutenberg
updated
1041 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "react-native-video", | ||
"version": "5.0.2-wp-2", | ||
"version": "5.2.0-wp-2", | ||
"summary": "A <Video /> element for react-native", | ||
"description": "A <Video /> element for react-native", | ||
"license": "MIT", | ||
"authors": "Brent Vatne <[email protected]> (https://github.com/brentvatne)", | ||
"homepage": "https://github.com/brentvatne/react-native-video", | ||
"homepage": "https://github.com/react-native-community/react-native-video", | ||
"source": { | ||
"git": "https://github.com/wordpress-mobile/react-native-video.git", | ||
"tag": "5.0.2-wp-2" | ||
"tag": "5.2.0-wp-2" | ||
}, | ||
"platforms": { | ||
"ios": "8.0", | ||
|
@@ -19,6 +19,9 @@ | |
"React-Core": [] | ||
}, | ||
"default_subspecs": "Video", | ||
"xcconfig": { | ||
"OTHER_LDFLAGS": "-ObjC" | ||
}, | ||
"subspecs": [ | ||
{ | ||
"name": "Video", | ||
|