Meituan-Dianping / beeshell

React Native 组件库
MIT License
1.8k stars 280 forks source link

Topview instance is not existed. 所有弹框类的组件都报错这个 #89

Open ojimm opened 4 years ago

ojimm commented 4 years ago

Topview instance is not existed.

wxlworkhard commented 4 years ago

在页面初始化时(didMounted 生命周期),打开弹窗会报错,需要加个 setTimeout 延时

iBotasky commented 3 years ago

我也遇到这个问题请问有解决吗?

Lokizjj29 commented 2 years ago

我这边做了这样的操作解决了这个问题。 将topview中改写AppRegistry.registerComponent方法的过程放到app自身的index中AppRegistry.registerComponent之前。 我发现包里改写的方法执行在app的index之后,所以做了这样的操作。 可能需要yarn install create-react-class