React Native 踩坑總結

開發工作今天算是告一段落啦,經過這段時間的磨鍊,簡直啦,唉,不說啦,總結一下這段時間的踩坑經歷。

 1. react native "RNCViewPager" was not found in the UIManager. 
    第三方組件 (react-native-scrollable-tab-view) tab標籤欄的ViewPager無法滑動         
   方法論: https://www.jianshu.com/p/69207a886d3a

 2. echarts 圖表顯示的問題。引發 webView,android v4 和 AndroidX不兼容問題---儘量不要更新studio
    方法論:https://blog.csdn.net/zhizhuodewo6/article/details/92796416

 3.  第三方依賴報錯  查看是否link成功   RN手動link的作用 
     方法論:https://blog.csdn.net/Cui_xing_tian/article/details/93503835 

 4.Found react-native-camera 'mlkit' but wasn't required. 
   方法論:https://www.cnblogs.com/wukong1688/p/11029562.html  解決鏈接
          https://segmentfault.com/a/1190000016510291     添加相關鏈接
 
 5.Echarts報錯; Webview 的react native webView 
    方法論:https://www.jianshu.com/p/bae7aac5c7ab 
    echarts   增加X軸滑動條
    方法論: https://blog.csdn.net/weixin_41762532/article/details/81288787?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task
    折線統計圖參考鏈接
    方法論:https://blog.csdn.net/whuzjn/article/details/79818346           
      
6. react native  Cannot fit requested classes in a single dex file (# methods: 73695 > 65536)
    方法論:https://blog.csdn.net/zyw0101/article/details/91375106

 7. 周的數量範圍  
   方法論:http://www.pianshen.com/article/9545338127/ 
   週數的 開始範圍和結束範圍
   方法論:https://blog.csdn.net/chengliang666/article/details/88172050 

 8. React-Native安卓 自動下載APK文件並安裝
     方法論:https://blog.csdn.net/weixin_42284466/article/details/84898859  
    ReactNative獲取版本號android
    方法論:https://www.jianshu.com/p/beeabee641eb   
    openUrl跳轉瀏覽器
    方法論:https://blog.csdn.net/xjl271314/article/details/80285636  
    版本號比較大小
    方法論:https://www.jianshu.com/p/ee1990270ee1 

9.實現查看更多效果
   方法論:https://www.jianshu.com/p/680c274a7eae     
  與預期效果不太符合  查看更多效果
  方法論:https://segmentfault.com/q/1010000005933812    
  日期組件的選用  
  方法論:https://www.jianshu.com/p/71b196cf55e8        
  StatusBar的使用
  方法論:https://blog.csdn.net/suwu150/article/details/82945480         
  RN 頁面刷新的問題
  方法論:https://www.meiwen.com.cn/subject/hyrduxtx.html   

歡迎小夥伴們留言、點贊哦!加油,繼續踩坑吧。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章