januslo / react-native-bluetooth-escpos-printer

React-Native plugin for the bluetooth ESC/POS & TSC printers.
MIT License
359 stars 416 forks source link

'React/RCTBridgeModule.h' file not found in RNBluetoothTscPrinter.h #143

Open klever34 opened 3 years ago

klever34 commented 3 years ago

Build keeps failing with ~/node_modules/react-native-bluetooth-escpos-printer/ios/RNBluetoothTscPrinter.h:8:9: 'React/RCTBridgeModule.h' file not found

alfosua commented 3 years ago

I also currently have this issue when building for iOS.

This is my environment information:

The project I am working was inherited to me, and don't know how exactly this package is used and for what (though, I located where it is). On Android, I remember that the screens/components that make use of kept throwing error.

So I notice that my current react native tooling is supporting auto-linking in all packages by except this one. What should I do with?