Walter Monecke

Results 89 comments of Walter Monecke

For me the `post_install` step from @gaspop was missing and finally solved the issue: ```` post_install do |installer| react_native_post_install(installer) __apply_Xcode_12_5_M1_post_install_workaround(installer) # Added code below installer.pods_project.targets.each do |target| target.build_configurations.each do |config|...

Same here. Spent a whole day trying to make this package work. They should at least put a deprecated notice.

@oblador I found that adding flex: 1 to a child component could introduce flickering or height measurements bugs. I improved on the implementation of `Collapsible` with `reanimated`. It has been...

This ain't working for me. What was causing an issue for me was using `{ flex: 1 }` in children.

This is 100% not the way to do it but it works at the moment. Simply wrap your `` in a div with the offsets of your initial height and...

@jonmh85 Did you find a solution?

I am getting the error: ```` ld: library not found for -lAppAuth ```` after adding `FB_SONARKIT_ENABLED=1`. Any ideas? This is such a pain :(

I am experiencing this issue on `react-native: 0.63.2` after upgrading from a lower version. As some other users have also mentioned, I am running a `classpath 'com.android.tools.build:gradle:4.1.0'` which might be...

Hi, I got the same! I thought restricting API calls from my app would solve the issue but no.

@tolu360 Hi there! Could you let other people give admin rights so we can further merge the pending PRs? :)