We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MonthPicker.ios.js
const { width } = Dimensions.get('screen'); const styles = StyleSheet.create({ container: { width, position: 'absolute', zIndex: 500, bottom: 0, }, pickerContainer: { height: 244, width, }, picker: { flex: 1 }, });
When the orientation updated to landscape, the width remains unchanged. The picker width is less than the screen width.
The text was updated successfully, but these errors were encountered:
Hello @illusorytapirus ! Did you manager to fix the issue somehow?
Sorry, something went wrong.
@illusorytapirus @tasaquino Have you get solution for landscape issue ?
No branches or pull requests
MonthPicker.ios.js
When the orientation updated to landscape, the width remains unchanged.
The picker width is less than the screen width.
The text was updated successfully, but these errors were encountered: