-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Picker ios icon - bug which is always float right to the end of the screen #2743
Picker ios icon - bug which is always float right to the end of the screen #2743
Comments
@Sahilkhan99 Hey, did we try giving the picker a width to see if the caret icon is restricted within it? |
@sankhadeeproy007 I tried giving width to picker. Still it didn't align. |
I am also seeing this issue. With or without a width added to the picker. |
@Sahilkhan99 @jeremiahk The fix has just been merged to master. Can you check and let me know if that works? |
@jeremiahk Can you try deleting and reinstalling native-base? Or clearing the cache? |
@sankhadeeproy007 how to get latest from master? do I have to install from npm with @latest tag will that pickup from master or I need to reference github url in my package.json? Thanks |
@sankhadeeproy007 Thanks for the quick response. Here is an example repo. |
What is the solution to this problem? |
@Sahilkhan99 @jeremiahk @akinkoker @michaelkoek Can you guys please try it on v2.1.12? |
@sankhadeeproy007 Sorry for the delay in getting back with you. Had to put out some fires. I just tried it with native-base 2.13.4 and it is working correctly. I think this issue can be closed |
@jeremiahk Alright 👍 |
On native-base 2.13.12 problem persists. Tried replacing Item with View as @akinkoker suggested, but still width undefined for picker has no effect |
Issue Description
node, npm, react-native, react and native-base version, expo version if used, xcode version
Expected behaviour
Icon should align to next to the picker on IOS. But it is always float right to the screen.
Actual behaviour
Picker IOS icon is floating right on the screen.
Steps to reproduce
Is the bug present in both iOS and Android or in any one of them?
IOS Only. Android looks fine.
The text was updated successfully, but these errors were encountered: