MuNitCat
MuNitCat
我必然触发这个问题,根本没法跑 每次打开卡在设置代理这里 git版本卸载重装过目前是最新的 ```bash $ git version git version 2.40.0.windows.1 ``` 
## 问题已解决 问题定位: `AzurLaneAutoScript\toolkit\Git` 使用的git造成的问题 ### 解决方法1:(非程序员不推荐该方法) 当电脑上已安装git时,修改`AzurLaneAutoScript\config\deploy.yaml` 中git的路径 需要修改为电脑上自己的git路径 ```yaml GitExecutable: ./toolkit/Git/mingw64/bin/git.exe ``` ### 解决方法2:(无脑) 打开[[Git官网](https://git-scm.com/download/win)](https://git-scm.com/download/win)下载 Portable ("thumbdrive edition") 版本(即免安装版本),替换掉`\toolkit\Git`中的git,**先删除原来的再复制进去** > #### Portable ("thumbdrive edition") > > **32-bit Git...
> error: Error: Unable to resolve module @react-native-community/slider from /Users/mac/Desktop/project/EduApp/node_modules/@ant-design/react-native/lib/slider/index.js: @react-native-community/slider could not be found within the project or in these directories: node_modules/@ant-design/react-native/node_modules node_modules 仔细看error内容,这个是缺少了依赖, 你需要执行 ``` yarn add @react-native-community/segmented-control...
 这样依然没有变成中文
一个比较简单的处理方法 导入 import {TouchableOpacity} from 'react-native-gesture-handler'; 将renderItem中的事件组件替换一下 但是需要主要 添加 width: '100%', height: '100%', 如果是 flex:1 可能会不显示出来 ``` { handleCarouse(item); }} style={styles.carouselItem}> ```
最无奈的解决方法 git clone https://github.com/dohooo/react-native-reanimated-carousel.git cd ./example/website 需要node >= 18 执行 yarn install yarn dev 在浏览器中打开 http://localhost:3000 
same issue, TouchableOpacity in Modal can not onPress
same issue too, when I yarn add anypackage
Every time there is a change in dependencies, this issue arises and significantly affects the normal development of the app.