lanma

Results 4 comments of lanma

它在react-native-reanimated版本中再次发生3.1.0。 构建错误如下: info Opening the app on Android... info JS server already running. info Launching emulator... info Installing the app... > Task :react-native-gradle-plugin:compileKotlin > Task :react-native-gradle-plugin:compileJava NO-SOURCE > Task :react-native-gradle-plugin:pluginDescriptors...

设置下popup的高度 popupProps={{ style: { height: "300px", }, } }

给他指定下节点挂载,可以挂载在页面的最外层 popupProps={ { portal: () => document.getElementById("id"), style: { height: "300px", }, } }

@dodomore 这个可能是有时没有获取到挂载节点的高度, 如果挂载节点的高度是固定的, 应该没问题