Alexander Eggers

Results 41 comments of Alexander Eggers

As much as I remember the plugin generates a folder which is located in a fixed location. It would be great if you could define that location yourself including the...

I fixed the issue by updating my project's `jest-setup.js`: ``` global.__reanimatedWorkletInit = () => {} jest.mock('react-native-reanimated', () => require('react-native-reanimated/mock')) ```

I can observe this issue using in the latest version (2.8.0) as well.

> > I'll get back to you > > I've done further testing and it seems like the `AppRegistry` issue is actually related to a variety of different JS errors...

I had a look into providing a RN69 example but I had to fully recreate that case because I removed the relevant branch already. Unfortunately that new branch is crashing...

@cortinico I updated the project to the latest stable 0.70.x version and I also moved the project structure to `yarn berry workspaces` - unfortunately I still have the same problem....

@cipolleschi I had another look and did a few more changes to introduce typescript for the fabric spec to the project but no change to the issue. I noticed that...

@alfonsocj Thank you so much for looking into this problem from a different angle. Based on your observations, I found the issue which was indeed part of the metro config...

@piaskowyk Would you consider this PR for the next release? I think the changes will be quite helpful to improve app performance.

@baveku Yep I am using that - might indeed be related to that. Regarding reanimated generally, the PR https://github.com/facebook/react-native/commit/58a2eb7f37c2dc27ad3575618778ad5b23599b27 would unblock the new architecture for reanimated which is planned for...