Cristiano Coelho

Results 298 comments of Cristiano Coelho

Changing it to mutable should fix it I believe.

Next RN version will also force SDK 31. So it’s a good idea to get ready for it. For our app, android 12 was full of UI issues that could...

Any work around for libraries that use this syntax and need to be transformed in react-native?

Any thoughts on supporting this with metro? `color` maintainer refuses to do a simple "fix" to remove the underscore from numerical values.

The maintainer is kind of stubborn, but hey, anyone is free to fork this and fix that 1 char issue.

Except a bug introduced with RN 0.63 that completely breaks the Dimensions API (which is fixed it seems https://github.com/facebook/react-native/issues/29451), the API works *fine* most of the time. I would like...

Any ideas if https://github.com/facebook/react-native/issues/29451 would also be fixed with this or other PRs included in the next release? We have been stuck with 0.62.2 for a while now due to...

Observing the same issue (pun intended). My work around was to screw this "has listeners" optimizations and fire events regardless (as opposed to what the RN recommends). Most of the...

The JS bridge can be invalidated in other scenarios too. For example, if you change app permissions from settings, on android the activity restarts, which is not a full app...