Closed vincenzopalazzo closed 4 years ago
I created a workaround for this, but this is not smooth. Please check the answer in this StackOverflow link https://stackoverflow.com/questions/60206247/component-modal-in-react-native-dosent-redimention-correctly-when-the-keyboard
Hi @rahulje9,
I don't have time to try your solution yet, but I resolved with this package
import KeyboardSpacer from "react-native-keyboard-spacer";
You can use it very easy
{Platform.OS === 'ios' && <KeyboardSpacer/>}
I answer your question on StackOverflow in this week after the test you solution
I created a workaround for this, but this is not smooth. Please check the answer in this StackOverflow link https://stackoverflow.com/questions/60206247/component-modal-in-react-native-dosent-redimention-correctly-when-the-keyboard
Nice solution :) Thx
I'm using this library to build my application and I have a problem with rendering the application IOS devices when appears the keyboard.
I'm using the Modal.BottomModal with this code
App.js
and inside the component DialogNewTimeZone I have this code with the following style
DialogNewTimeZone.component.js
with this style
But I have a different effect when keyboard appears in Android and IOS, the android work well, like this
but on ios the effect is wrong, like:
I'm losing something?
Thanks for your time
ps: there is an answer on StackOverflow at this link https://stackoverflow.com/questions/60206247/component-modal-in-react-native-dosent-redimention-correctly-when-the-keyboard