likai
likai
Execution failed for task ':react-native-file-access:compileDebugKotlin'. > Could not resolve all files for configuration ':react-native-file-access:kotlinCompilerClasspath'. > Could not download kotlin-reflect-1.6.10.jar (org.jetbrains.kotlin:kotlin-reflect:1.6.10) > Could not get resource 'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.6.10/kotlin-reflect-1.6.10.jar'. > Could not GET...
/Users/jiao/Library/Developer/Xcode/DerivedData/MyProject-aesffzqtplothievmqpvdkdzimhq/Build/Intermediates.noindex/MyProject.build/Debug-iphoneos/MyProject.build/DerivedSources/MyProject_vers.c module map file '/Users/jiao/Library/Developer/Xcode/DerivedData/MyProject-aesffzqtplothievmqpvdkdzimhq/Build/Products/Debug-iphoneos/CropViewController/CropViewController.modulemap' not found
RNFS.downloadFile({ fromUrl: version.url as unknown as string, toFile: destinationPath, });
### 这个功能解决了什么问题? 我们需要对滑动后右侧删除显示出来后 进行特殊处理 但是目前获取不到右侧的状态 来判断是否显示 ### 你期望的 API 是什么样子的? 在bind:click事件中加些参数 当前左右侧各自的显示状态
I need to use the onScroll event of Tabs. ScrollView to implement sliding loading, but Tabs. ScrollView does not provide this event, and the actual setting of the onScroll event...
rn 0.72.4 安装文档报错
ScrollView may cause some confusion when deleting some child items after sliding at the child level
### Description Touch confusion when deleting sub items using scrollView ` {selectedCities.map((item, index) => { return ( { toggleCitySelection({ provinceName: item.provinceName, cityName: item.areaName || item.cityName, }); }} style={{ backgroundColor: '#E9F3FF',...
https://vant-ui.github.io/vant/#/en-US/tree-select Similar to this type of classification selector
 `const options = [ { text: '浙江省', value: 330000, children: [{ text: '杭州市', value: 330100 }], }, { text: '江苏省', value: 320000, children: [{ text: '南京市', value: 320100 }],...