Kylan Hurt

Results 39 comments of Kylan Hurt

Yeah it seems that performance on React Native in general may be an uphill battle.

You're a lifesaver. Thank you for pointing this out!

I would also like to know about this.

Yeah this is currently happening with me even when the containing view has no border nor border-radius. This is definitely an issue because, for example, I want to show a...

@nuttylord I am already using Redux, which is an implementation of Flux, but to no avail.

@tankadesign @jeremycod You can upgrade to react-native version 63.3. That worked for me. Also, there is this supposed solution: https://github.com/facebook/react-native/issues/29279#issuecomment-658244428

I would also like to know!

For the record it was fixed by moving the NDK bundle: ``` cd /Users/[your_user]/Library/Android/sdk mv ndk-bundle ndk-bundle_old ``` Then make the following change to the applicationId in `android/app/build.gradle` in your...

Is there a reason that we have to manually add them? Not any way to automate this process? A lot of people are going to run into this issue.