expo init CrystalShield -t bare-minimum@45.0.4
git branch -a //顯示 remotes/origin/test git checkout remotes/origin/test 重新checkout
上傳項(xiàng)目到git的操作流程 1.本地安裝Git 這個(gè)步驟網(wǎng)上教程很多 可參考:https://jingyan.baidu.com/article/9f7e7ec0b17cac...
原因:軟鍵盤彈出的時(shí)候 跳轉(zhuǎn)qr_code_scanner 插件掃描二維碼頁面會(huì)出現(xiàn)黑屏問題 解決辦法:1.使用TextFormField時(shí) 跳轉(zhuǎn)按鈕不要寫在 suffixI...
showModalBottomSheet 中有輸入框,鍵盤彈出內(nèi)容被遮擋的問題 在builder 中返回的組件用 AnimatedPadding 包裹即可。
使用 android設(shè)備上已經(jīng)可以正常顯示本地html頁面了,但是IOS設(shè)備還需要修改下插件IOS部分的源碼,F(xiàn)lutterWebView.m文件: android 跨域問題...
報(bào)錯(cuò) :Failed assertion: line 1785 pos 12: 'hasSize' 原因:1. SingleChildScrollView 嵌套 ListVi...
錯(cuò)誤 :Codepoint 59495 not found in font, aborting. 打包命令添加 --no-tree-shake-icons如:flutter...
在application標(biāo)簽添加 android:requestLegacyExternalStorage="true"
發(fā)布熱更新:code-push release-react code-push release-react MyApp-iOS ioscode-push release...
比如 endTime: "2020-08-24 15:00:00"endTime.replace(/-/g, '/')將-轉(zhuǎn)化為/ 就可以了
在app下的build.gradle文件中 提示的沖突包后面加上{force = true } Compile('com.android.support:support-an...
錯(cuò)誤 Build input file cannot be found: '/Users/XXX/XXX/XXX/XXX/node_modules/react-native/...