Mobile/ReactNative

[RN] react-native-docview 적용하기

clover__ 2019. 5. 23. 14:52

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()

 

728x90
반응형
LIST