Shengjie Lu

Results 14 comments of Shengjie Lu

是因为生成的index.android.bundle不一样, 原因是react-native 0.62还是0.63之后的版本,安卓打包会生成sourcemap, 但是code-push-cli不会,这两种方式生成的index.android.bundle的最后一行是不一样的 我的解决方式是修改android打包生成js bundle的命令,不生成sourcemap,文件应该是在node_modules/react-native/react.gradle

SwipeAction的属性定义和文档都不一样了,我从3.0升上来发现样式都失效了,这个组件重构了? ```javascript import React from 'react'; import { Animated, StyleProp, TextStyle, ViewStyle } from 'react-native'; import { PanGestureHandlerProps } from 'react-native-gesture-handler'; import Swipeable from 'react-native-gesture-handler/Swipeable'; declare type SwipeableExcludes = Exclude;...

@Jackie-Web 设置一下通知渠道看看 https://help.aliyun.com/knowledge_detail/67398.html 我也遇到了,阿里云手动推送设置了通知渠道就有了

I faced the simlar problem. If i use undefined to reset the root state, new state will never be persisted. I find that the reason is [here](https://github.com/rt2zz/redux-persist/blob/d7efde9115a0bd2d6a0309ac6fb1c018bf06dc30/src/persistReducer.js#L193)

Similar problem. but when I enable react dev tools, changes will be applied to the page. I find that webpack hot update is triggered, but react refresh fails, because it...

I'm facing the same problem. RN 0.62

Modal has similar problem that it will delay children nodes rendering with [email protected]