You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed an autocomplete component for the project I'm working on, so I decided to use the Menu component to built this component. Later I found the status bar height bug #970 and decided to create PaperMenu component forked from Menu with a small fix (using a default height of 40)
It was working fine in android simulator/device, but in ios it was working only in simulator. When I tested the build on device, the height was messed up. I thought it was possible to be a ScrollView bug so I decided to wrap the ScrollView in a View.
Tested again on device and sometimes it was working, sometimes it wasn't. Then I removed the animation from the menu component and now everything is working fine.
Any ideea what might be causing this problem ?
Is this a bug related to Animated.View ?
The text was updated successfully, but these errors were encountered:
I needed an autocomplete component for the project I'm working on, so I decided to use the Menu component to built this component. Later I found the status bar height bug #970 and decided to create PaperMenu component forked from Menu with a small fix (using a default height of 40)
TextInputAutocomplete.tsx
It was working fine in android simulator/device, but in ios it was working only in simulator. When I tested the build on device, the height was messed up. I thought it was possible to be a ScrollView bug so I decided to wrap the ScrollView in a View.
Tested again on device and sometimes it was working, sometimes it wasn't. Then I removed the animation from the menu component and now everything is working fine.
Any ideea what might be causing this problem ?
Is this a bug related to Animated.View ?
The text was updated successfully, but these errors were encountered: