
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@fullstackcraft/react-native-keyboard-shift
Advanced tools
A 2020s compatible keyboard avoiding view for Android and iOS that just works.
Snack coming soon
Until then:
git clone https://github.com/FullStackCraft/react-native-keyboard-shift
cd react-native-keyboard-shift/example
npm install
npm start
npm run android
# -or- iOS
npm run ios
Enjoy the juicy keyboard shifty-ness!
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>
)
}
See the original blog post that led to the creation of this library for more information.
FAQs
A 2020s compatible keyboard avoiding view for Android and iOS that just works.
We found that @fullstackcraft/react-native-keyboard-shift demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.