react-native-bluetooth-serial icon indicating copy to clipboard operation
react-native-bluetooth-serial copied to clipboard

[iOS] Support RN 0.4x as well as older <= 0.3x

Open peacechen opened this issue 8 years ago • 0 comments

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

peacechen avatar Jun 05 '17 16:06 peacechen