react-native-keyboard-shift

Example
Snack coming soon
Until then:
git clone https://github.com/FullStackCraft/react-native-keyboard-shift
- Move into the example folder:
cd react-native-keyboard-shift/example
npm install
npm start
npm run android
npm run ios
Enjoy the juicy keyboard shifty-ness!
Usage In Your Project
Install and save this package as a dependency:
npm install --save @fullstackcraft/react-native-keyboard-shift
Import and use the KeyboardShift component:
import '@fullstackcraft/react-native-keyboard-shift'
export default function YourCoolKeyboardScreen () {
return (
<KeyboardShift>
{/* Screen components */}
</KeyboardShift>
)
}
ANOTHER Keyboard Shifting Component?!
See the original blog post that led to the creation of this library for more information.