Gabriel Rohden

Results 39 comments of Gabriel Rohden

Using RN 67~ or something, our build has been reporting the new RC tag... ``` * What went wrong: Execution failed for task ‘:app:mergeDebugNativeLibs’. > A failure occurred while executing...

@epool luckly our activity hierarchy had a FragmentActivity in it at some point, so i could solve this error (i updated this lib yesterday, it was using context as argument...

Here's a patch for those who stumbled across this issue (patch is for `@graphql-codegen/plugin-helpers`) ```diff diff --git a/cjs/helpers.js b/cjs/helpers.js index 7bb51e2195a7c8687c51ebda46b66e2fdf953d2c..887ed69e6806d8e61b5e0e7ce62dc5f8f321b6ea 100644 --- a/cjs/helpers.js +++ b/cjs/helpers.js @@ -81,6 +81,9 @@...

@tleunen just as an example react-native-calendars has this https://github.com/wix/react-native-calendars/blob/40241905cbf79948d3eb0b9f61e0728959a56e25/src/expandableCalendar/Context/Provider.tsx#L10

Yo, suggestion for maintainers: use prettier or dprint to format the project so we don't have unnecessary changes/noise at PRs (like formatting) Also, for people looking for a patch (for...

same here, also tried upgrading to latest release (8.0.2) but whenever I clean and build twice the second build breaks with the same log ``` CodePushHash: Resource and asset merger:...

@howg0924 I had to test a build with different settings a while ago, and from the history (and my memory) I can confirm that, at least on my side, deleting...

I'm not using this lib, however I'm using chromedriver on m1, and chrome itself is way too slow when controlled by the chromedriver (it feels like the app itself is...

It might be related to chromedriver using x86_64 instead of arm, not sure why this happened, but details here: https://stackoverflow.com/a/76381658/4777865 edit: I think this happened to me because I'm using...