New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@fullstackcraft/react-native-keyboard-shift

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullstackcraft/react-native-keyboard-shift

A 2020s compatible keyboard avoiding view for Android and iOS that just works.

latest
Source
npmnpm
Version
1.1.5-alpha0
Version published
Maintainers
2
Created
Source

react-native-keyboard-shift

GitHub license npm version PRs Welcome

Example

Snack coming soon

Until then:

  • Clone this repo:
git clone https://github.com/FullStackCraft/react-native-keyboard-shift
  • Move into the example folder:
cd react-native-keyboard-shift/example
  • Install dependencies:
npm install
  • Start Metro
npm start
  • 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.

Keywords

react

FAQs

Package last updated on 09 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts