We have added jitsi android sdk in a react native app. Jitsi meet is working, and i’m able to enter the call.
However, once I install react-native-gesture-handler, the app crashes as soon as I try to enter a meet with the below error log:
Invariant Violation: requireNativeComponent: "GestureHandlerRootView" was not found in the UIManager.
This error is located at:
in GestureHandlerRootView
in Unknown
in w
in Unknown
in Unknown
in Unknown
in Unknown
in Unknown
in Unknown
in Unknown
in T
in RCTView
in Unknown
in Unknown
in RNCSafeAreaProvider
in Unknown
in c
in Unknown
in A
in c
in RCTView
in Unknown
in Portal.Host
in s
in Unknown
in h
in RCTView
in Unknown
in RCTView
in Unknown
in b, stack:
<unknown>@33:289
<unknown>@150:1090
<unknown>@144:919
Pl@65:61495
Da@65:81855
Fa@65:81738
Ua@65:81579
La@65:81344
Ea@65:78307
Ea@-1
ft@65:26099
Te@65:94257
Pe@65:12966
Ne@65:13343
receiveEvent@65:13759
value@45:3556
<unknown>@45:673
value@45:2503
value@45:645
value@-1
Is there any issue with using jitsi along with specific react-native packages?
Any solution for the same?