Vadim Batin
Vadim Batin
Hi @SupriyaKalghatgi, we are experiencing the same issue. Please find attached a [Sample.zip](https://github.com/GeekyAnts/NativeBase-KitchenSink/files/3003578/Sample.zip) project as described by @ArThoX .
Seems there is an issue how the Flow based libs are handled. As a hack we deleted the react-native-keyboard-aware-scroll-view from node_modules and edited the native-base/Content file to use react-native/KeyboardAvoidingView. This...
Good catch @achatainga! Appreciated!
Installing and adding `@babel/plugin-transform-modules-commonjs` in config-overrides.js `...addBabelPlugins(..., "@babel/plugin-transform-modules-commonjs")` seems to fix RNW compatibility.