react-native-avoid-softinput
react-native-avoid-softinput copied to clipboard
Native solution for common React Native problem of focused views being covered by soft input view.
### Environment Library version: 4.0.1 OS version: Pixel 7, android 13 ### Affected platforms - [X] Android - [ ] iOS ### Current behavior There is 2 problems first one...
### Feature request Hello everyone, soft input does not want to work with the react-native-confirmation-code-field library, how can I make it work? ` `
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...
### Environment Library version: react-native-avoid-softinput OS version: any IOS ### Affected platforms - [ ] Android - [x] iOS ### Current behavior When the Prefer Cross-Fade is on, the useSoftInputHeightChanged...
### Feature request I use the useSoftInputHeightChanged setting paddingBottom to the sticky footer, and the footer do pop up correctly when the keyboard shows up, but my input inside scrollview...
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.3. Changelog Sourced from node-forge's changelog. 1.3.3 - 2025-12-02 Fixed [pkcs12] Make digestAlgorithm parameters optional to fix PKCS#12/PFX issues introduced in 1.3.2. 1.3.2 - 2025-11-25...
### Environment { "name": "AwesomeProject", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest" }, "dependencies": { "@react-native/new-app-screen": "0.81.5",...
### Environment ## package.json ```json { "name": "zstation", "version": "1.0.0", "private": true, "scripts": { "android:run": "react-native run-android", "colors:update": "npx @klarna/platform-colors", "ios:run": "react-native run-ios", "lint:check": "eslint .", "lint:fix": "eslint . --fix",...
### Environment Library version: 7.0.2 OS version: Android 15 ### Affected platforms - [x] Android - [ ] iOS ### Current behavior On Android 15, the auto-scroll overshoots when focusing...