14 lines
231 B
Mathematica
Raw Normal View History

2016-02-22 17:15:39 -08:00
#import "ReactNativeConfig.h"
2016-02-23 15:50:03 -08:00
#import "GeneratedDotEnv.m" // written during build by BuildDotenvConfig.ruby
2016-02-22 17:15:39 -08:00
@implementation ReactNativeConfig
RCT_EXPORT_MODULE()
- (NSDictionary *)constantsToExport {
2016-02-23 15:50:03 -08:00
return DOT_ENV
2016-02-22 17:15:39 -08:00
}
@end