Jörn Zaefferer
Jörn Zaefferer
@karam1ashqar have you tried https://docs.expo.dev/versions/latest/sdk/image/ ? That looks like a potential replacement
Thx! This patch worked for me. We'll apply it locally for now with `npx patch-package @react-native-community/datetimepicker`
The documentation mentions an "override" option to check for partials: https://github.com/tschaub/grunt-newer#optionsoverride Unfortunately implementing that `checkForModifiedImports` function is left as a non-trivial exercise for the reader. I'm wondering if there's a...
My patch isn't generic enough for a PR, but maybe this helps a little anyway: ``` diff --git a/node_modules/@sentry/react-native/sentry.gradle b/node_modules/@sentry/react-native/sentry.gradle index a023126..353c2ff 100644 --- a/node_modules/@sentry/react-native/sentry.gradle +++ b/node_modules/@sentry/react-native/sentry.gradle @@ -156,6 +156,8...
For me this extra transform helped: ``` transform: { '^.+/((@)?react-native)/.+\\.(js|jsx)$': 'babel-jest', '^.+\\.(t|j)sx?$': '@swc/jest', }, ``` It then compiles react-native flow files with babel-jest, and my own files with swc. On...
A pull request would help.
Good point, I forgot about that PR. Since its been several months, I think you could take this over. Also supporting esformatter plugins in general makes much more sense than...
@fdncred @jonathandturner I've finished the list! Overall looking pretty good. I would appreciate some help with #12. PS: I deleted the now-irrelevant comments about `ansi` and `char.
@rxaviers is this still relevant? Probably not...
I've looked at some options for actually implementing this. The original tickets only links to third-party webservices on which we wouldn't want to rely. Several node modules do the same....