logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ReactNative打包错误:Execution failed for task ':xxxxx:verifyReleaseResources'.

错误日志:> Task :react-native-cookies:verifyReleaseResources FAILEDFAILURE: Build failed with an exception.* What went wrong:Execution failed for task ':react-native-cookies:verifyReleaseResource...

ReactNative打包错误:Execution failed for task ':xxxxx:verifyReleaseResources'.

错误日志:> Task :react-native-cookies:verifyReleaseResources FAILEDFAILURE: Build failed with an exception.* What went wrong:Execution failed for task ':react-native-cookies:verifyReleaseResource...

使用react-native-camera后项目启动报错

reactnative 0.61.2版本在项目导入react-native-camera库后,启动报错,错误如下:error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/g.

#reactnative
展示组件和容器组件的区别和应用

在使用React中,你是否会出现过一个文件的代码很多,既存在应用数据的读取和处理,又存在数据的显示,而且每个组件还不能复用。首先我们来看一个容器组件和展示组件一起的例子吧。class TodoList extends React.Component{constructor(props){super(props);this.state ={...

#react native
Android自定义View常用整理

1.Canvas常用操作操作类型相关API备注基础方法getDensity, getWidth, getHeight,getDrawFilter,isHardwareAccelerated(API 11),getMaximumBitmapWidth,getMaximumBitmapHeight,getDensity,quickReject,isOpaque,setBitmap,setDrawFil

#android
Dart笔记(21):Stream和Generators

Stream概念:Stream 就是流的意思,表示发出的一系列的异步数据。可以简单地认为 Stream 是一个异步数据源。它是 Dart 中处理异步事件流的统一 APIStream和Future都是Dart:async库的核心API,对异步提供了非常好的支持。思想和rxjava类似,将事件理解为流,Stream 和 Future 是 Dart 异步处理的核心 API。Futur...

#flutter
Dart笔记(14):异常

类型Exception 类名称说明DeferredLoadException延迟加载错误FormatException格式错误IntegerDivisionByZeroException整数除零错误IOExceptionIO 错误IsolateSpawnException隔离产生错误TimeoutExcep...

#flutter
到底了