File tree 4 files changed +7
-19
lines changed
android/app/src/main/java/com/zulipmobile
4 files changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import com.facebook.react.ReactActivityDelegate
8
8
import com.facebook.react.ReactApplication
9
9
import com.facebook.react.ReactRootView
10
10
import com.facebook.react.bridge.ReactContext
11
- import com.swmansion.gesturehandler.react.RNGestureHandlerEnabledRootView
12
11
import com.zulipmobile.notifications.*
13
12
import com.zulipmobile.sharing.handleSend
14
13
import expo.modules.ReactActivityDelegateWrapper
@@ -35,17 +34,6 @@ open class MainActivity : ReactActivity() {
35
34
return " ZulipMobile"
36
35
}
37
36
38
- override fun createReactActivityDelegate (): ReactActivityDelegate {
39
- return ReactActivityDelegateWrapper (
40
- this ,
41
- object : ReactActivityDelegate (this , mainComponentName) {
42
- override fun createRootView (): ReactRootView {
43
- return RNGestureHandlerEnabledRootView (this @MainActivity)
44
- }
45
- }
46
- )
47
- }
48
-
49
37
/* Returns true just if we did handle the intent. */
50
38
private fun maybeHandleIntent (intent : Intent ? ): Boolean {
51
39
intent ? : return false
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ PODS:
392
392
- React-Core
393
393
- RNDeviceInfo (8.7.1):
394
394
- React-Core
395
- - RNGestureHandler (2.1.3 ):
395
+ - RNGestureHandler (2.8.0 ):
396
396
- React-Core
397
397
- RNReanimated (2.2.4):
398
398
- DoubleConversion
@@ -730,7 +730,7 @@ SPEC CHECKSUMS:
730
730
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
731
731
RNCPushNotificationIOS: 87b8d16d3ede4532745e05b03c42cff33a36cc45
732
732
RNDeviceInfo: aad3c663b25752a52bf8fce93f2354001dd185aa
733
- RNGestureHandler: e1099204721a17a89c81fcd1cc2e92143dc040fb
733
+ RNGestureHandler: 62232ba8f562f7dea5ba1b3383494eb5bf97a4d3
734
734
RNReanimated: e28dfaa950064b674fde0a9b736e62b9dff500a7
735
735
RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19
736
736
RNSentry: 85f6525b5fe8d2ada065858026b338605b3c09da
Original file line number Diff line number Diff line change 57
57
"react-native" : " 0.67.4" ,
58
58
"react-native-device-info" : " ^8.1.7" ,
59
59
"react-native-document-picker" : " ^3.2.4" ,
60
- "react-native-gesture-handler" : " ~2.1 .0" ,
60
+ "react-native-gesture-handler" : " ^2.8 .0" ,
61
61
"react-native-image-picker" : " ^4.1.1" ,
62
62
"react-native-photo-view" : " alwx/react-native-photo-view#c58fd6b30" ,
63
63
"react-native-reanimated" : " ^2.2.0 <2.3.0" ,
Original file line number Diff line number Diff line change @@ -13477,10 +13477,10 @@ react-native-document-picker@^3.2.4:
13477
13477
resolved "https://registry.yarnpkg.com/react-native-document-picker/-/react-native-document-picker-3.5.4.tgz#4b9f261ea0d52e91d571670caaf55923ceb80f5f"
13478
13478
integrity sha512-ZKGAa8ztQ7zA1eE95OCiNsI/Q6fiq1Q3es8MyOEakBkWcX9avWNYaJUrbv/8v80Vo4RzcNxsO3wT6a2hgfpz7A==
13479
13479
13480
- react-native-gesture-handler@~2.1 .0:
13481
- version "2.1.3 "
13482
- resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.1.3 .tgz#b96f1e61932d5062cb1023259e1649d65f78338b "
13483
- integrity sha512-y5W2MVB+J6vjIT/mUidDv0BqVRbWXn0cP7R2o6fsSYsHh9M0btT979+bCI7nPuhmRHjkhg5xCm4HNMIH0IQO4w ==
13480
+ react-native-gesture-handler@^2.8 .0:
13481
+ version "2.8.0 "
13482
+ resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.8.0 .tgz#ef9857871c10663c95a51546225b6e00cd4740cf "
13483
+ integrity sha512-poOSfz/w0IyD6Qwq7aaIRRfEaVTl1ecQFoyiIbpOpfNTjm2B1niY2FLrdVQIOtIOe+K9nH55Qal04nr4jGkHdQ ==
13484
13484
dependencies:
13485
13485
"@egjs/hammerjs" "^2.0.17"
13486
13486
hoist-non-react-statics "^3.3.0"
You can’t perform that action at this time.
0 commit comments