This website requires JavaScript.
Explore
Help
Sign In
status-im
/
react-native
mirror of
https://github.com/status-im/react-native.git
Watch
2
Star
0
Fork
You've already forked react-native
0
Code
Issues
Projects
Releases
Wiki
Activity
1af645b2fd
react-native
/
Libraries
/
Sample
/
Sample.h
6 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
Fix missing RCTBridgeModule.h 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
2017-01-31 19:13:21 +00:00
#
import <React
/
RCTBridgeModule.h>
Added react-native new-library command
2015-03-28 15:50:31 +00:00
@
interface
Sample
:
NSObject
<
RCTBridgeModule
>
@
end