react-native-code-push icon indicating copy to clipboard operation
react-native-code-push copied to clipboard

fix: fix codepush.gradle trying to access non-existent directories

Open AmyrAhmady opened this issue 4 years ago • 0 comments
trafficstars

This PR fixes common android issue when there's no directory such as android/app/build/generated/res/react/release, either release directory or its parent react There have been multiple issues pointing to this but for some reason no one created a PR for it

this workaround or fix is taken from this comment: https://github.com/microsoft/react-native-code-push/issues/1578#issuecomment-503993512

Some of the related issues:

#1977 #1578 #1866 #1812 #1977

AmyrAhmady avatar Oct 06 '21 14:10 AmyrAhmady