Danil Chekalin
Danil Chekalin
I get the warn as well. I've tried to ignore this but it didn't help me. ``` YellowBox.ignoreWarnings([ 'Warning: isMounted(...) is deprecated', // works 'Module RCTImageLoader', // works 'Require cycle:',...
@rafeca yes, immediately after `imports` in entry point
Today I updated versions to: ``` "react": "16.6.3", "react-native": "0.57.5", "metro-react-native-babel-preset": "0.49.1", ``` And I became to get new warning `ListView is deprecated and will be removed in a future...
@vrgimael the solution was suggested by @defualt
@jhen0409 Could you expand your answer? What did you mean for "try to replace RN's"?