-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update codepush.gradle: fix Could not find matching constructor for: … #2649
Conversation
…java.io.File(File)
Co-authored-by: Artem Mizinin <[email protected]>
Needing this for GSTJ/react-native-code-push-plugin#4 |
Hi! I confirm that after applying this PR my app builds ok on android and RN 73 |
I manually made the proposed changes in a RN 72 project and it seems to work. Is there anything holding this back from being pushed to NPM? It's delaying my team's ability to compile new APKs |
you can use patch-package for now 😄 |
¿Is it possible to do a new release so this change gets published to npmJS? |
Hello, @mgscreativa, this release is already on npmJS - https://www.npmjs.com/package/react-native-code-push |
./gradlew clean
fix Could not find matching constructor for java.io.File(File). Fixes : #2648