Pavithra Mohan Raj

Results 3 comments of Pavithra Mohan Raj

I'm also experiencing same issue. I want snap but this is freezing on ios and android its jerky

@Four58 Have you find any solution?

@HamzaJameel01 I managed to fix it by making the changes below in v2.12.4 ``` diff --git a/node_modules/react-native-element-dropdown/src/components/Dropdown/index.tsx b/node_modules/react-native-element-dropdown/src/components/Dropdown/index.tsx index 2a73f2f..cfb8149 100644 --- a/node_modules/react-native-element-dropdown/src/components/Dropdown/index.tsx +++ b/node_modules/react-native-element-dropdown/src/components/Dropdown/index.tsx @@ -638,7 +638,7 @@ const...