Michael

Results 36 comments of Michael

@tomaass so i have to `rm -rf node_modules/react-native-router/node_modules/react-native`? but why? how can this be fixed the right way? i got this problem so often with multiple other packages.

Thanks @tomekzaw that helped. But now i get another error only on android. ![image](https://user-images.githubusercontent.com/1489383/182605263-7b0a79c3-aa7b-4fdd-9ad7-2892321d98b7.png) Will the library be autolinked or do i have to add it to the list of...

Hey @tomekzaw i think i tried everything but i still get the Container is falsy error. Can you give me hint on how to debug the error? I even forced...

@tomekzaw sadly no. I had to release our app so i removed all imports to reanimated in all node_modules for now. But i would like to resolve this problem. Right...

I had to delete the file. Is it needed?

I had the same problem. In my src folder was a .preload.php file without a class which crashed the ReflectionClass constructor because the namespace was just `\`.

You could create a View around every image and give the view `{flex: 1, justifyContent: 'center', alignItems: 'center'}` as a style.

+1 This should work by default. Please create a pull request.