UNPKG
@revopush/react-native-code-push
Version:
latest (1.1.0)
1.1.0
1.0.0
0.0.1
React Native plugin for the CodePush service
revopush.org
revopush/react-native-code-push
@revopush/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'
, } } } }
;