UNPKG

react-native-update-ota

Version:
14 lines (13 loc) 303 B
/** * @type {import('@react-native-community/cli-types').UserDependencyConfig} */ module.exports = { dependency: { platforms: { android: { cmakeListsPath: 'generated/jni/CMakeLists.txt', packageInstance: 'new OtaHotUpdate(getApplicationContext())', }, }, }, };