mirror of
https://github.com/status-im/react-native-config.git
synced 2025-02-24 12:58:10 +00:00
6 lines
197 B
JavaScript
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;
|