UNPKG

react-native-ultimate-config-patch

Version:

Fixing gradle issues in react-native-ultimate-config for rn > 0.69.0

7 lines (4 loc) 176 B
import { NativeModules } from "react-native"; import override from "./override"; const { UltimateConfig } = NativeModules; export default { ...UltimateConfig, ...override };