UNPKG
@srcpush/react-native-code-push
Version:
latest (1.0.3)
1.0.3
1.0.3-beta
1.0.2
1.0.1
1.0.0
React Native plugin for the CodePush service
srcpush.com
srcpush/react-native-code-push
@srcpush/react-native-code-push
/
react-native.config.js
12 lines
(11 loc)
•
337 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module.exports
=
{
dependency:
{
platforms:
{
android:
{
packageInstance:
"CodePush.getInstance(getResources().getString(R.string.CodePushDeploymentKey), getApplicationContext(), BuildConfig.DEBUG)"
,
sourceDir:
'./android/app'
, } } } }
;