Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.

=> MainApplication.java

from : import com.philipphecht.RNDocViewerPackage;

To: import com.reactlibrary.RNReactNativeDocViewerPackage;

 

from :  new RNDocViewerPackage()

to : new RNReactNativeDocViewerPackage()

 

반응형

+ Recent posts