tony chen
tony chen
Why delete method not needed in RN ?
有复现代码或者demo吗
文件麻烦提供一下
需要在github上提供,邮件无法提供
需要把两层 scrollview 都加上 nestedScrollEnabled: true。 @tarojs/runtime-rn 包可以先打个补丁。 ```jsx {this.state.orderList.map((item, index) => { return ( {index} ) })} ``` ```diff diff --git a/node_modules/@tarojs/runtime-rn/dist/page.js b/node_modules/@tarojs/runtime-rn/dist/page.js index b9dfd6f..4994f5b 100644 --- a/node_modules/@tarojs/runtime-rn/dist/page.js +++ b/node_modules/@tarojs/runtime-rn/dist/page.js...
https://www.npmjs.com/package/patch-package
需要有api粒度的替换,只想替换一个或多个api时使用。
疑问: 1. 对应用开发者来说,不需要区分 apisMap 与 libsMap。 2. 相对路径等如何处理? 3. 组件是否是类似的处理方案?
> > 疑问: > > > > 1. 对应用开发者来说,不需要区分 apisMap 与 libsMap。 > > 2. 相对路径等如何处理? > > 3. 组件是否是类似的处理方案? > > 或者, 更加本源一些, 相当于是在指定各个端的 @tarojs/components 和 @tarojs/taro 这两个仓库的细粒度补丁配置; >...
@Chen-jj 小程序是否需要以及是否可以做 api/components 替换