react-native-eventsource icon indicating copy to clipboard operation
react-native-eventsource copied to clipboard

Fix build issue with some BUCK/clang environments

Open fmoo opened this issue 7 years ago • 1 comments

Some build environments need to use #import <...> to pull in the react bridge. Other projects such as react-native-orientation do this: https://github.com/yamill/react-native-orientation/blob/master/iOS/RCTOrientation/Orientation.h#L7-L11

fmoo avatar Jan 18 '18 23:01 fmoo

This fix is necessary for us, RN 0.55.2.

fulvio-m avatar Aug 31 '18 10:08 fulvio-m