UNPKG
@appzung/react-native-code-push
Version:
latest (10.2.3)
next (11.0.0-rc7)
11.0.0-rc7
11.0.0-rc6
11.0.0-rc5
11.0.0-rc4
11.0.0-rc3
11.0.0-rc2
11.0.0-rc1
10.2.3
10.2.1
10.1.2
10.1.1
10.1.0
10.0.1
10.0.0
10.0.0-rc1
9.0.2
8.3.3
8.3.2
7.1.1
6.4.2
6.3.1
5.7.1
React Native plugin for the CodePush service
appzung.com
appzung/react-native-code-push
@appzung/react-native-code-push
/
lib
/
module
/
internals
/
getCurrentPackage.js
8 lines
(7 loc)
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
import
{
UpdateState
}
from
"../enums/UpdateState.enum.js"
;
import
{ getUpdateMetadata }
from
"../getUpdateMetadata.js"
;
export
async
function
getCurrentPackage
(
) {
return
await
getUpdateMetadata
(
UpdateState
.
LATEST
); }
//# sourceMappingURL=getCurrentPackage.js.map