Skip to content

Commit e942d73

Browse files
authored
add @bravemobile/react-native-code-push (#1744)
1 parent f0e607c commit e942d73

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

react-native-libraries.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4335,7 +4335,7 @@
43354335
"newArchitecture": false,
43364336
"newArchitectureNote": "Microsoft no longer maintains this library and has no plans to add New Architecture support.",
43374337
"unmaintained": true,
4338-
"alternatives": ["@appzung/react-native-code-push", "expo-updates"]
4338+
"alternatives": ["@appzung/react-native-code-push", "@bravemobile/react-native-code-push", "expo-updates"]
43394339
},
43404340
{
43414341
"githubUrl": "https://github.com/plmok61/react-navigation-transitions",
@@ -16006,5 +16006,15 @@
1600616006
"ios": true,
1600716007
"android": true,
1600816008
"newArchitecture": false
16009+
},
16010+
{
16011+
"githubUrl": "https://github.com/Soomgo-Mobile/react-native-code-push",
16012+
"npmPkg": "@bravemobile/react-native-code-push",
16013+
"examples": [
16014+
"https://github.com/Soomgo-Mobile/react-native-code-push/tree/master/Examples/CodePushDemoApp"
16015+
],
16016+
"ios": true,
16017+
"android": true,
16018+
"newArchitecture": true
1600916019
}
1601016020
]

0 commit comments

Comments
 (0)