mirror of
https://github.com/status-im/react-native-config.git
synced 2025-03-01 07:20:42 +00:00
14 lines
231 B
Objective-C
14 lines
231 B
Objective-C
#import "ReactNativeConfig.h"
|
|
#import "GeneratedDotEnv.m" // written during build by BuildDotenvConfig.ruby
|
|
|
|
@implementation ReactNativeConfig
|
|
|
|
RCT_EXPORT_MODULE()
|
|
|
|
- (NSDictionary *)constantsToExport {
|
|
|
|
return DOT_ENV
|
|
|
|
}
|
|
@end
|