Phecda Su
Phecda Su
### Circumstance - node 10.5.0 - npm 6.1.0 - macOS High Sierra (10.13.5) ### Description In `example/node_modules/` my library is actually a symbolic link instead of a real copied directory,...
未找到 `checkBeforeAddOrder` 对应文档 [下单前置检查](https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/API/order/checkBeforeAddOrder.html)
Hi, since 5.12.1, the `test/` folder is submitted to [npm registry](https://www.npmjs.com/package/lottie-web/v/5.12.1?activeTab=code), which significantly increase the package size(10MB bigger). Is it a mistake? Maybe it should be added to `.npmignore`.
### What's happening? I create a HybridView `MyCustomView` with props like ``` interface MyProps { propOptional?: string } ``` 1. use like `` 2. unmount it 3. add another one...
### Feature Request/Enhancement Hello again! I find that if I throw a Error in Kotlin and catch it in js, the js error.message has the name and stacktrace of that...
### Which package are you using? @react-native-vector-icons/* ### What platform(s) does this occur on? Android ### Minimal reproducible example npx @react-native-community/cli@latest init AwesomeProject; cd AwesomeProject; yarn add @react-native-vector-icons/evil-icons; cd android;...