react-native-config/index.android.js

6 lines
197 B
JavaScript

'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;