鲮鱼罐头

Results 7 comments of 鲮鱼罐头

可以手动修改 `node_modules/jpush-react-native/android/src/main/AndroidManifest.xml` 来配置权限,下面这些都是可选的权限,可以看个人需求删掉(我是直接全删了) ```xml ```

+1 遇到了同样的问题

我的问题解决了,主要就是检查一下 universal link 是不是 `https://` 开头 `/` 结尾,比如 `https://check.com/` 这样,然后再检查一下 [这里](https://github.com/little-snow-fox/react-native-wechat-lib/blob/master/docs/build-setup-ios.md) 的步骤有没有漏。之后授权就能拿到返回值了,有点比较奇怪的是第一次调用 registerAPP 返回 undefined,第二次及之后才返回 true,不清楚是什么原因🤔

Hope this can be merged, as moto users we really need this!

As this document says > ❗ Warning: Using styled-components as an engine at this moment is not working when used in a SSR projects. The reason is that the babel-plugin-styled-components...

I've run the code and found that only one image is cached, it's the "Component B" image ![image](https://user-images.githubusercontent.com/41264828/201131934-5063eea4-2c5b-4ed0-a9d2-cfbba953669f.png) According to this documentation > Write out image data This object is...