mirror of
https://github.com/status-im/react-native-config.git
synced 2025-02-24 12:58:10 +00:00
8 lines
278 B
JavaScript
8 lines
278 B
JavaScript
'use strict';
|
|
|
|
// Bridge to:
|
|
// Android: buildConfigField vars set in build.gradle, and exported via ReactConfig
|
|
// iOS: config vars set in xcconfig and exposed via ReactNativeConfig.m
|
|
var React = require('react-native');
|
|
module.exports = React.NativeModules.ReactNativeConfig;
|