You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
1.upgrade react-native-code-push from 7.0.5 to 8.0.1
2.
3.
Expected Behavior
What you expected to happen?
npx react-native run-android launches without error after upgrade
Actual Behavior
What actually happens?
1: Task failed with an exception.
-----------
* Where:
Script '/Users/macair/Documents/code/js/xyz_app6/node_modules/react-native-code-push/android/codepush.gradle' line: 6
* What went wrong:
A problem occurred evaluating script.
> No signature of method: java.util.ArrayList.get() is applicable for argument types: () values: []
Possible solutions: get(int), get(int), set(int, java.lang.Object), set(int, java.lang.Object), grep(), grep()
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
1.upgrade react-native-code-push from 7.0.5 to 8.0.1
2.
3.
Expected Behavior
What you expected to happen?
npx react-native run-android launches without error after upgrade
Actual Behavior
What actually happens?
Reproducible Demo
Examplesfolder runnode create-app.js appName react-native@0.61.5 react-native-code-push@6.0.0command to generate plain CodePushified React Native app. Please see description on top ofcreate-app.jsfile content if neededEnvironment
(The more info the faster we will be able to address it!)