Skip to content

Commit

Permalink
Merge pull request #4615 from wordpress-mobile/drag-and-drop/update-g…
Browse files Browse the repository at this point in the history
…esture-and-animation-deps

Update gesture handler and reanimated libraries
  • Loading branch information
fluiddot authored Mar 3, 2022
2 parents 034a485 + 6b0d610 commit a09b1d0
Show file tree
Hide file tree
Showing 7 changed files with 3,596 additions and 3,355 deletions.
6,881 changes: 3,538 additions & 3,343 deletions bundle/ios/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/ios/App.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 1041 files
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness",
"source": {
"git": "https://github.com/wordpress-mobile/gutenberg-mobile.git",
"commit": "341d5472a1f97476aa87c1ec294e3327082d3f63",
"commit": "7bf4ca545613d700f133c110061d6cb437e8fbab",
"submodules": "true"
},
"source_files": "third-party-podspecs/FBReactNativeSpec/**/*.{c,h,m,mm,cpp}",
Expand Down
4 changes: 2 additions & 2 deletions third-party-podspecs/RNGestureHandler.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RNGestureHandler",
"version": "1.10.1-wp-4",
"version": "2.2.0-wp-3",
"summary": "Experimental implementation of a new declarative API for gesture handling in react-native",
"homepage": "https://github.com/software-mansion/react-native-gesture-handler",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-gesture-handler",
"tag": "1.10.1-wp-4"
"tag": "2.2.0-wp-3"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {
Expand Down
51 changes: 47 additions & 4 deletions third-party-podspecs/RNReanimated.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RNReanimated",
"version": "1.9.0-wp-2",
"version": "2.2.4-wp-1",
"summary": "More powerful alternative to Animated library for React Native.",
"description": "RNReanimated",
"homepage": "https://github.com/software-mansion/react-native-reanimated",
Expand All @@ -14,12 +14,55 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-reanimated.git",
"tag": "1.9.0-wp-2"
"tag": "2.2.4-wp-1"
},
"source_files": [
"ios/**/*.{mm,h,m}",
"Common/cpp/**/*.cpp",
"Common/cpp/headers/**/*.h"
],
"preserve_paths": [
"Common/cpp/hidden_headers/**"
],
"pod_target_xcconfig": {
"USE_HEADERMAP": "YES",
"HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Headers/Private/React-Core\" "
},
"compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DRNVERSION=66 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++14",
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/glog\" \"$(PODS_ROOT)/RCT-Folly\" \"${PODS_ROOT}/Headers/Public/React-hermes\" \"${PODS_ROOT}/Headers/Public/hermes-engine\"",
"OTHER_CFLAGS": "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DRNVERSION=66"
},
"source_files": "ios/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"React-Core": []
"React-Core": [],
"FBLazyVector": [],
"FBReactNativeSpec": [],
"RCTRequired": [],
"RCTTypeSafety": [],
"React-CoreModules": [],
"React-Core/DevSupport": [],
"React-RCTActionSheet": [],
"React-RCTNetwork": [],
"React-RCTAnimation": [],
"React-RCTLinking": [],
"React-RCTBlob": [],
"React-RCTSettings": [],
"React-RCTText": [],
"React-RCTVibration": [],
"React-RCTImage": [],
"React-Core/RCTWebSocket": [],
"React-cxxreact": [],
"React-jsi": [],
"React-jsiexecutor": [],
"React-jsinspector": [],
"ReactCommon/turbomodule/core": [],
"Yoga": [],
"DoubleConversion": [],
"glog": [],
"React-callinvoker": [],
"RCT-Folly": []
},
"__WARNING!__": "This file is autogenerated by generate-podspecs.sh script. Do not modify manually. Re-run the script if necessary."
}
9 changes: 6 additions & 3 deletions third-party-podspecs/react-native-video.podspec.json
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",
Expand All @@ -19,6 +19,9 @@
"React-Core": []
},
"default_subspecs": "Video",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"subspecs": [
{
"name": "Video",
Expand Down

0 comments on commit a09b1d0

Please sign in to comment.