listenzz / hybrid-navigation

React Native Navigation that supports seamless navigation between Native and React.
MIT License
325 stars 37 forks source link

react-native-safe-area-context问题 #242

Closed roycehe closed 1 year ago

roycehe commented 2 years ago

image useSafeAreaInsets拿不到值

listenzz commented 2 years ago

暂时可以使用 statusBarHeight() 来代替

roycehe commented 2 years ago

暂时可以使用 statusBarHeight() 来代替

从哪里导出呢

listenzz commented 2 years ago

import { statusBarHeight } from 'hybrid-navigation'

新版本支持

listenzz commented 1 year ago

2.14.0 已支持 react-native-safe-area-context