From 914848759af4f6f2b2bcc5934cdc9fb442b890eb Mon Sep 17 00:00:00 2001 From: yyoshiki41 Date: Tue, 31 Jan 2017 11:13:21 -0800 Subject: [PATCH] Fix missing RCTBridgeModule.h Summary: `` **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 --- Libraries/Sample/Sample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Sample/Sample.h b/Libraries/Sample/Sample.h index 6a13417ad..2bee4ac56 100644 --- a/Libraries/Sample/Sample.h +++ b/Libraries/Sample/Sample.h @@ -1,4 +1,4 @@ -#import "RCTBridgeModule.h" +#import @interface Sample : NSObject