UNPKG
rn-in-app-update
Version:
latest (0.0.1)
0.0.1
Perform in-app updates easily
github.com/franznkemaka/rn-in-app-update
franznkemaka/rn-in-app-update
rn-in-app-update
/
index.js
7 lines
(3 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
NativeModules
}
from
'react-native'
;
const
{
RNInAppUpdate
} =
NativeModules
;
export
default
RNInAppUpdate
;