gluestack-ui icon indicating copy to clipboard operation
gluestack-ui copied to clipboard

Select action sheet content open animation

Open AstaninIvan opened this issue 1 year ago • 2 comments

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

Запись экрана от 15.01.2024 16:45:50.webm

AstaninIvan avatar Jan 15 '24 13:01 AstaninIvan

@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.

RishabhSahu24 avatar Jan 25 '24 06:01 RishabhSahu24

i have same issue, any solution ?

srknymc avatar Feb 13 '24 14:02 srknymc

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!

rajat693 avatar Aug 05 '24 13:08 rajat693