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()
반응형
'Mobile > ReactNative' 카테고리의 다른 글
[RN] React-Native NetInfo 사용하기 (0) | 2019.05.29 |
---|---|
[RN] React Native WebView Debugging (0) | 2019.05.28 |
[RN] RNW : onShouldStartLoadWithRequest (0) | 2019.05.22 |
[RN] react native webview cache clear (0) | 2019.05.22 |
[RN] Could not resolve project :react-native-gesture-handler. (0) | 2019.05.22 |