Volodymyr Matsola 7b188c16e7
[ios] App extensions support (#456)
* Add support of ios app extension

* Update documentation
2020-05-22 14:56:31 -03:00

9 lines
144 B
Objective-C

#import <Foundation/Foundation.h>
@interface ReactNativeConfig : NSObject
+ (NSDictionary *)env;
+ (NSString *)envFor: (NSString *)key;
@end