Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,459 changes: 3,231 additions & 3,228 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.

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": "b62494f8bb48b03647f71862acf9b573cba1b8aa",
"commit": "593a3712249f2d0dbbe71f5dacf5216a5e34ed27",
"submodules": "true"
},
"source_files": "third-party-podspecs/FBReactNativeSpec/**/*.{c,h,m,mm,cpp}",
Expand Down
13 changes: 7 additions & 6 deletions third-party-podspecs/RNGestureHandler.podspec.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"name": "RNGestureHandler",
"version": "2.2.0-wp-4",
"version": "2.3.2-wp-1",
"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",
"authors": {
"Krzysztof Magiera": "[email protected]"
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-gesture-handler",
"tag": "2.3.2-wp-1"
},
"source_files": "ios/**/*.{h,m,mm}",
"requires_arc": true,
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-gesture-handler",
"tag": "2.2.0-wp-4"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {
"React-Core": []
},
Expand Down
4 changes: 2 additions & 2 deletions third-party-podspecs/RNReanimated.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RNReanimated",
"version": "2.4.1-wp-1",
"version": "2.4.1-wp-2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we forgot to update the version of Reanimated after merging the drag & drop functionality.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked what we included in version wp-2 and it was just a fix for Android (reference), so this change will have no impact on iOS 😅 .

"summary": "More powerful alternative to Animated library for React Native.",
"description": "RNReanimated",
"homepage": "https://github.com/software-mansion/react-native-reanimated",
Expand All @@ -14,7 +14,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-reanimated.git",
"tag": "2.4.1-wp-1"
"tag": "2.4.1-wp-2"
},
"source_files": [
"ios/**/*.{mm,h,m}",
Expand Down