Keyboard Spacer
The virtual keyboards used on iOS devices pose unique layout challenges as they require you to push content around and reshape your layouts as the keyboard is activated or deactivated.
For this, we'll use Andrew Hurst's excellent react-native-keyboard-spacer. We'll need to start by importing the Platform
utility from React Native.
Last updated