gluestack-ui
gluestack-ui copied to clipboard
Select action sheet content open animation
Description
The opening animation on Android works very strangely. Sometimes it opens with a jump, and sometimes it opens correctly
CodeSandbox/Snack link
No response
Steps to reproduce
example of the code I use
<Select >
<Select.Trigger w="100%">
<Select.Input />
<Icon as={ChevronDownIcon} />
</Select.Trigger>
<Select.Portal useRNModal >
<Select.Backdrop />
<Select.Content>
<Select.DragIndicatorWrapper>
<Select.DragIndicator />
</Select.DragIndicatorWrapper>
<Select.ScrollView>
<Select.Item key={'1'} label={'1'} value={'1'}/>
<Select.Item key={'1'} label={'2'} value={'2'}/>
<Select.Item key={'1'} label={'3'} value={'3'}/>
<Select.Item key={'1'} label={'4'} value={'4'}/>
</Select.ScrollView>
</Select.Content>
</Select.Portal>
</Select>
gluestack-ui Version
"@gluestack-style/react": "1.0.33", "@gluestack-ui/config": "1.0.11", "@gluestack-ui/themed": "1.0.35",
Platform
- [x] Expo
- [ ] React Native CLI
- [ ] Next
- [ ] Web
- [x] Android
- [x] iOS
Other Platform
No response
Additional Information
@AstaninIvan Could you please provide the code for us? This would aid in gaining a better understanding of your issue, enabling us to reproduce it more effectively. Additionally, kindly specify the device name and operating system version you used for testing.
i have same issue, any solution ?
Hi there, This issue has been resolved, so I’m closing it for now. If it reoccurs or you have more questions, feel free to reopen it. Thank you!