Firas Regaieg
Firas Regaieg
same issue, but got it working this way: 1. create a custom component and call DropdownPicker inside of it ```tsx const MyDropDown = (props) => ( ) ``` 2. call...
Hello @marko-radosavljevic ! After thinking about that, i came to a conclusion that doing such will NOT be helpful (enough). The member will have to quit server and go searching...
> The way we would probably implement that is with just answering in chat, with an embed with top SO answer for that question. So it would be decent UI/UX...
Hello there! Im using SDK 47 and EAS v5.5.0, and NOT latest xcode image. Now, i'm facing a similar issue with the following log: ```shell ❌ error: File /Users/expo/Library/Developer/Xcode/DerivedData/OurAppName-hdgpmblhkcpqcfexobshxnfoiufr/Build/Intermediates.noindex/ArchiveIntermediates/OurAppName/BuildProductsPath/Release-iphoneos/OurAppName.app/main.jsbundle does...
@kamack38 do you have same issue ? try to update to recent version `0.3.1`
@kamack38 you should use [BottomSheetScrollView](https://ui.gorhom.dev/components/bottom-sheet/components/bottomsheetscrollview/)
Oh great, that means this issue is solved ✅. If you want to follow the snappoints, I think you need to use the `snapToPosition()` api (check [documentation](https://ui.gorhom.dev/components/bottom-sheet/methods#snaptoposition))
@kamack38 maybe [useBottomSheetDynamicSnappoints()](https://ui.gorhom.dev/components/bottom-sheet/hooks#usebottomsheetdynamicsnappoints)
I'm interested in this issue! however I have some points to tell: - I think that this repo is about a book not a website? - I think this issue...
Hi @arey ! Ive mentioned one of them in README file, the issue ive created by myself : > (like fetching Pets of a specific Owner. Currently, there is an...