Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix InputAccessoryView crash on Android (#33803)
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: #33803 Test Plan: `yarn test` gives out the following output: ![image](https://user-images.githubusercontent.com/3397791/167677057-3fda5b53-78bf-4bab-976f-c2e624f4a264.png) Reviewed By: cipolleschi Differential Revision: D37215394 Pulled By: cortinico fbshipit-source-id: 66c4401f7c61b745ea893969d69c8dde3e5afb03
- Loading branch information