mirror of
https://github.com/status-im/react-native-i18n.git
synced 2025-01-19 08:30:59 +00:00
Add support for react-native < 0.40
This commit is contained in:
parent
91662a4cda
commit
56259f7f61
@ -1,4 +1,8 @@
|
||||
#if __has_include("RCTBridgeModule.h")
|
||||
#import "RCTBridgeModule.h"
|
||||
#else
|
||||
#import <React/RCTBridgeModule.h>
|
||||
#endif
|
||||
|
||||
@interface RNI18n : NSObject <RCTBridgeModule>
|
||||
@end
|
||||
|
Loading…
x
Reference in New Issue
Block a user