UNPKG
react-native-update-ota
Version:
latest (2.5.1)
3.0.3
3.0.2
3.0.1
3.0.0
2.5.1
2.5.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.8
2.0.7
2.0.2
2.0.1
2.0.0
Hot update for react native
github.com/tuanduc2904/react-native-ota
tuanduc2904/react-native-ota
react-native-update-ota
/
react-native.config.js
14 lines
(13 loc)
•
303 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** *
@type
{import('
@react
-native-community/cli-types').UserDependencyConfig} */
module
.
exports
= { dependency: { platforms: { android: { cmakeListsPath:
'generated/jni/CMakeLists.txt'
, packageInstance:
'new OtaHotUpdate(getApplicationContext())'
, }, }, }, };