react-native-bluetooth-serial
react-native-bluetooth-serial copied to clipboard
[iOS] Support RN 0.4x as well as older <= 0.3x
There is a way to conditionally import the React Native headers by detecting the header files available. Commit b63728104fd9f21b4e58a44ce50ae04ff0c0d473 hard-codes the header paths and only supports RN >= 0.4x.
I will create a PR to address this.
Update: PR #49 implements this