Search code examples
iosxcodereact-nativereact-native-gesture-handler

Error ParagraphShadowNode.h file not found


Showing All Errors Only

CompileC /Users/jose/Library/Developer/Xcode/DerivedData/FCliente-dqwkdzhglctoykctinygewyrwvpm/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNGestureHandler.build/Objects-normal/arm64/RNGestureHandlerModule.o /Users/jose/Desktop/projects/Chile/newFileApp/FCliente/node_modules/react-native-gesture-handler/apple/RNGestureHandlerModule.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RNGestureHandler' from project 'Pods')
cd /Users/jose/Desktop/projects/Chile/newFileApp/FCliente/ios/Pods

enter image description here


Solution

  • use this version

     "react-native-gesture-handler": "2.20.2"
    

    and your issue well be gone .

    this is this official fix