damon.chen

Results 52 issues of damon.chen

## 你的运行环境 * 插件版本: * react-native 版本:0.62 ## 期望效果 在Xcode-->TARGETS-->Build Setting-->Apple Clang - Language-->Compile Source As在这个选项中选择 Objective-C++ 期望能够正常编译运行 ## 实际效果 之后编译的时候JPush会报这个错: ![image](https://user-images.githubusercontent.com/4902684/90949864-fe332b80-e47e-11ea-8fcc-04d3990fd115.png) ![image](https://user-images.githubusercontent.com/4902684/90949859-ec518880-e47e-11ea-94b3-ae360d999c6c.png) ## 重现步骤 1. ... 2. ... 3....

我觉得组件套组件的方式复用性很低,如果能够做成像g2plot或者echarts那样,基于配置的话,维护和使用都会更加简洁。

## Ask your Question I build a react-native-library that relies on many other dependencies, like `react-native-svg`、`react-native-image-picker` etc. all these dependencies have native modules. library |- react-native-svg |- react-native-image-picker |- rn-fetch-blob...

question
no-stale-bot

## Ask your Question I want to pass environment variables to build script, like: ```code "scripts": { "build": "cross-env production=TRUE bob build" }, ``` can I do that?

question

我看package.json里面,是使用了react-native-reanimated2

用example测试,正常跑起来没问题,但是实际场景里面option都是在通过ajax获取数据之后组装起来的。也就意味着setOption的时机并不像example里面那种直接写在constructor里面的,这个时候就会发现图表出不来。请问是什么问题呢?

I'm using `Switch` in some detail screen, so I don't want user to enable it so I disabled it. But I found out that `Switch` will remain false. I remove...

![image](https://user-images.githubusercontent.com/4902684/95939848-97434a80-0e0f-11eb-99b5-2bf787108ff9.png) ErrCode: ERR_OK = 0(用户同意) ERR_AUTH_DENIED = -4(用户拒绝授权) ERR_USER_CANCEL = -2(用户取消 实际调用时:const { errCode, code } = await Wechat.sendAuthRequest('xxx', 'xxx'); 如果用户点了拒绝,这里的errCode拿不到。 只有在用户点同意的时候,这里的errorCode和code才能拿到

现在用expo构建应用是一种流行的手段,那么希望能在expo里面也能享受到F2带来的良好体验