UNPKG
react-native-build-config
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.0.1
Expose native build config to JS
github.com/ismaeldcom/react-native-build-config
react-native-build-config
/
lib
/
index.js
6 lines
(4 loc)
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
// bridge to all the buildConfigField set in build.gradle and exported via RNBuildConfig
import
{
NativeModules
}
from
'react-native'
const
{
RNBuildConfig
} =
NativeModules
export
default
RNBuildConfig