UNPKG

react-native-build-config

Version:

Expose native build config to JS

6 lines (4 loc) 209 B
// bridge to all the buildConfigField set in build.gradle and exported via RNBuildConfig import { NativeModules } from 'react-native' const { RNBuildConfig } = NativeModules export default RNBuildConfig