mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
914848759a
Summary: `<React/RCTBridgeModule.h>` **motivation** iOS native headers moved in RN v0.40.0. link: https://github.com/facebook/react-native/releases/tag/v0.40.0 So, fixed import path in `Libraries/Sample/Sample.h`. **Test plan (required)** - [x] Make sure tests pass on both Travis and Circle CI. Related p-r https://github.com/facebook/react-native/pull/11576 Closes https://github.com/facebook/react-native/pull/12127 Differential Revision: D4488979 Pulled By: mkonicek fbshipit-source-id: 75bffb542827d20d53062c54f06aaee0a76398bf
6 lines
88 B
Objective-C
6 lines
88 B
Objective-C
#import <React/RCTBridgeModule.h>
|
|
|
|
@interface Sample : NSObject <RCTBridgeModule>
|
|
|
|
@end
|