mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
afa5df1764
Summary: `InputAccessoryView` works fine on iOS, but crashes on Android - you can see that by using an Android device on the [Expo Snack from the official doc](https://reactnative.dev/docs/inputaccessoryview). It forces the developer not to render the component on Android, which is usually good, but other components have implemented other, safer ways to deal with incompatibility issues. I am of course open to discussion about this change, as well as other implementation ideas. ## Changelog [Android] [Fixed] - Fix InputAccessoryView crash on Android Pull Request resolved: https://github.com/facebook/react-native/pull/33803 Test Plan: `yarn test` gives out the following output:  Reviewed By: cipolleschi Differential Revision: D37215394 Pulled By: cortinico fbshipit-source-id: 66c4401f7c61b745ea893969d69c8dde3e5afb03