1.1.5-alpha0 • Published 3 years ago

@fullstackcraft/react-native-keyboard-shift v1.1.5-alpha0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-keyboard-shift

GitHub license npm version PRs Welcome

Example

Snack coming soon

Until then:

  1. Clone this repo:
git clone https://github.com/FullStackCraft/react-native-keyboard-shift
  1. Move into the example folder:
cd react-native-keyboard-shift/example
  1. Install dependencies:
npm install
  1. Start Metro
npm start
  1. Start Android or iOS
npm run android
# -or- iOS
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'
// other imports

export default function YourCoolKeyboardScreen () {

    // Other logic, variables, etc.

    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.

1.1.5-alpha0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.4

3 years ago

1.1.3-alpha0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago