react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
Strip flow types
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/
FWIW this issue went away when I removed the package from next-transpile-modules, so it may not be necessary.