Kirill Zyusko
Kirill Zyusko
Hi, Before we used `why-did-you-render` without automatic jsx transform and it worked good. However, after adding `babel-plugin-transform-react-jsx` the library doesn't seem to be working. I've tried to do everything as...
**Is your feature request related to a problem? Please describe.** It's not a real problem of library itself. I would say it's more about documentation. Sometimes it's better to see...
### Prerequisites * [x] Put an `X` between the brackets on this line if you have done all of the following: * read our [Wiki](https://github.com/RedMadRobot/input-mask-ios/wiki); * read the entire [Known...
**Describe the bug** Animated values from `useKeyboardAnimation` are not reacting to keyboard size changes. **Repo for reproducing** Just open any screen (`Animated transition`, `Chat`) in example app and try to...
**Describe the bug** using a combination of RN 0.69, native-stack and `statusBarTranslucent` causes some issues. Seems like keyboard insets are also applied automatically, and because of that positioning of views...
## Description Added integration of `native-stack` into example application. ## Motivation and Context This example shows, that `statusBarTranslucent` + `native-stack` + `react-native 0.69` doesn't work together 😄 ## Changelog ###...
## Summary: According to [documentation](https://reactnative.dev/docs/layoutevent#example) the `target` property exist: Also if you log `nativeEvent` you'll see that the property indeed exist, however from TS declaration perspective this property doesn't exist....
### Description A combination of `ScrollView` + autogrowing `TextInput` and reanimated prevents TextInput from a grow. > [!IMPORTANT] > I provided a snack link, but it's not reproducible in snack,...
Right now if I add another listener for `editingChanged` event -> I'll not get any updates. It happens because of [problem described here](https://github.com/RedMadRobot/input-mask-ios?tab=readme-ov-file#uitextfieldtextdidchange-notification-and-target-action-editingchanged-event) (a particular issue with discussion was in...
### Description The keyboard flickers when you do a back swipe navigation gesture. I think it's kind of known issue in RN community and it seems like it's iOS 17...