9 lines
286 B
JavaScript
Raw Normal View History

'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
2016-05-25 18:46:46 -03:00
import { NativeModules } from 'react-native';
2016-11-29 19:22:59 +01:00
export default NativeModules.ReactNativeConfig || {};