Antoniel Magalhães
Antoniel Magalhães
Based on @TkDodo answers https://github.com/TanStack/query/issues/2304#issuecomment-1013139242, I've implemented my useCustomMutation that uses useQuery to share data between components. My first use-case that requires that useMutation share data across components was a...
After some investigation, I've find the issue on the `getFileName` method, the wrong behavior occurs when try to get a import from an index file like: `import {...} from './pages';`...
A thing that may help when implementing this is this repository `https://github.com/pahen/madge`, it allow the user to pass some info as `requireConfig`, `webpackConfig` and `tsConfig` for resolving aliased modules. You...
+1
Yo @krunal-lw, Thank you for implementing the solution for this issue. I was testing it and I noticed that if the first step of the tour requires scrolling, it won't...
I've been interested in using Jest Preview with React Native for some time now, and I've been exploring different ways to make it work. I did try using react-native-web, but...
I have an idea for how this transformation could be used in practice. I envision that the [react-native-to-html package (WIP)](https://github.com/antoniel/react-native-to-jest-preview) could be integrated into the Jest Preview interface as a...
Yo @nvh95, I'll be happy to help creating the repo. I should be able to have it set up by tomorrow
@nvh95 take a look on https://github.com/antoniel/react-native-to-jest-preview/tree/main/examples/react-native
Yo @bekatd, thank you for the well-described issue you filled. I wanted to suggest that this issue, specifically the solution you found with babel-plugin-module-resolver, should be added to the [troubleshooting](https://www.nativewind.dev/guides/troubleshooting)...