Enetty
Enetty
Me too, after update to version 10.0.0. Working on 6.4.0.
The same issue, children not render. Both android and ios React Native: 0.63.4 react-native-keyboard-aware-scroll-view: 0.9.3
I found a temporary replacement resolve, I used `@codler/react-native-keyboard-aware-scroll-view`. It's forked from this library.
same error
Easy! - Copy file `trust-min.js` to BundleAsset (android) or bundle (ios). - Use react-native-fs to load content file. - Use props`injectedJavaScriptBeforeContentLoaded` to inject content of the file `trust-min.js` to website
> > > use_flipper > > Remove: use_frameworks! Add: use_modular_headers! > > `# use_frameworks!` `use_modular_headers!` > > Works here! Not work for me. issue https://github.com/facebook/react-native/issues/26217
Same issue