react-native-config/index.ios.js

6 lines
189 B
JavaScript
Raw Normal View History

2016-02-22 13:06:06 -08:00
'use strict';
2016-02-22 17:37:50 -08:00
// bridge to the config vars set in xcconfig and exposed via ReactNativeConfig.m
var React = require('react-native');
module.exports = React.NativeModules.ReactNativeConfig;