react-native-config/index.android.js

6 lines
197 B
JavaScript
Raw Permalink Normal View History

2016-02-22 13:06:06 -08:00
'use strict';
// bridge to the buildConfigField vars set in build.gradle, and exported via ReactConfig
var React = require('react-native');
module.exports = React.NativeModules.ReactNativeConfig;