method initializeFlipper in class MainApplication cannot be applied to given types;

228 Views Asked by At

I'm trying to upgrade RN from 0.61.5 to 0.67.3 and while adding Flipper got an error: initializeFlipper(this, getReactNativeHost().getReactInstanceManager());. I can't find any info on how fix it.

UPDATE: I deleted all changes connected to Flipper

0

There are 0 best solutions below