necolas / react-native-web

Cross-platform React UI packages
https://necolas.github.io/react-native-web
MIT License
21.6k stars 1.79k forks source link

fix: export InputAccessoryView #2636

Closed ankit-tailor closed 6 months ago

ankit-tailor commented 8 months ago

Issue

When InputAccessoryView is used, web build fails because it is not exported.

Fix

This PR exports the InputAccessoryView component.

codesandbox-ci[bot] commented 8 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 79620dfb49b0186154d029ecd9d2e55a8045af7c:

Sandbox Source
react-native-web-examples Configuration
necolas commented 6 months ago

Platform-specific components (in this case, iOS-specific) have not been exported from RNfWeb for a long time.