mirror of
https://github.com/status-im/react-native-config.git
synced 2025-02-24 12:58:10 +00:00
6 lines
189 B
JavaScript
6 lines
189 B
JavaScript
'use strict';
|
|
|
|
// bridge to the config vars set in xcconfig and exposed via ReactNativeConfig.m
|
|
var React = require('react-native');
|
|
module.exports = React.NativeModules.ReactNativeConfig;
|