UNPKG

react-native-config

Version:

Expose config variables to React Native apps

9 lines (6 loc) 292 B
'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 import { NativeModules } from 'react-native'; export default NativeModules.ReactNativeConfigModule || {};