Andrei Alecu

Results 277 comments of Andrei Alecu

https://github.com/software-mansion/react-native-reanimated/issues/6158#issuecomment-2186659514 Found this video that shows the same error.

Note that if this is related to `useFrameCallback`, we don't use it in the app anywhere, except for this in `react-native-collapsible-tab-view`: https://github.com/PedroBern/react-native-collapsible-tab-view/blob/88000ccc38884c1c60cc06af0d149dd208bafbf1/src/Container.tsx#L229-L236 From the usage in the 3rd party library,...

Published for testing as `8.1.0-rc.0` To be used as `

Here's an example of what would be needed here: https://www.npmjs.com/package/@angular-material-extensions/google-maps-autocomplete That package is unfortunately not that well maintained.

@netroy this is a simple change, so I hope it can be accepted and released soon so we can drop our patches. The avif used in the test is converted...

Also interested in new architecture support. Perhaps this may provide some guidance: https://github.com/gre/react-native-view-shot/pull/543 And official instructions here: https://github.com/reactwg/react-native-new-architecture/blob/main/README.md

@karibertils I also use graphql-code-generator, my solution was to add a script to package.json such as: ``` "gql:codegen": "graphql-codegen --config codegen.yml && touch apollo.config.js", ```

Check if #483 fixes this, there's a rc release

@mikeparisstuff, have there been any recent developments into making this work with multiple environments?