
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@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 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.
The npm package @fullstackcraft/react-native-keyboard-shift receives a total of 37 weekly downloads. As such, @fullstackcraft/react-native-keyboard-shift popularity was classified as not popular.
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
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.