lynajiang
lynajiang
Yes. I am sure I properly cleaned the environment. I uninstalled and reinstalled a couple of times. If I were to comment out "import 'react-native-gesture-handler';" in both App.tsx and index.js...
The full error message is: ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNGestureHandlerModule' could not be found. Verify that a module by this name is registered in the native binary.Bridgeless mode: false. TurboModule...
I also have pushed a cleaner version of the code.
@anucreative Thank you! After downgrading gesture-handler to 2.15.0, it worked.