APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.24k stars 643 forks source link

Strip flow types #517

Open petrbela opened 2 years ago

petrbela commented 2 years ago

For alternative build tools like swc that don't support babel's flow-strip-types out of the box, could flow types be removed in the published package? This tool could do the job: https://flow.org/en/docs/tools/flow-remove-types/

petrbela commented 2 years ago

FWIW this issue went away when I removed the package from next-transpile-modules, so it may not be necessary.