I Le (Kevin)

Results 5 comments of I Le (Kevin)

Check my gist, I might help https://gist.github.com/ildfreelancer/c161628115e590749599ceb6e623125c

For those who got this issue, While waiting for new upgrade, you can do like this put this in package.json, you might need to change version to match your current...

@Convly sorry to mention you. However, I see you made a PR here: https://github.com/strapi/strapi/pull/20422 Do you know when the PR is merged? Any issues we can do to make it...

@tconns your fix seems wrong it should be ``` reactNativeDir = Paths.get(nodeModulesDir.toString(), "react-native/android") if (!reactNativeDir.toFile().exists()) { reactNativeDir = Paths.get(nodeModulesDir.toString(), "react-native/ReactAndroid") } ```