Henrik Fuchs

Results 8 comments of Henrik Fuchs

I finally found a workaround for this. I no longer use the @vercel/webpack-asset-relocator-loader in development mode. **webpack.rules.js** ~~~js const nodeLoaderRule = { test: /native_modules\/.+\.node$/u, use: "node-loader", }; const relocatorRule =...

@MynockSpit it seems to work. Thank you a lot.

Yes I'm already mocking the `NativeAnimatedHelper`. Thank you for your reply @thymikee.

I still have that issue with react-native 0.70.4 and react-native-gesture-handler 2.8.0 using the old architecture. Setting `useNativeAnimations` to `false` fixes the issue, but the animations are stuttering. Am I missing...

Oh, and I have another question. What does the boolean return value of the `SQLStatementErrorCallback` of the `executeSql` function mean?

I experienced the same issue.

I still have the same problem. Neither setting `style={{ flex: 1 }}` on `CalendarProvider` nor wrapping the children with a `View` works: ```tsx ``` I'm using - "react-native": "0.72.7", -...