KingAmo
KingAmo
``` import {getFocusedRouteNameFromRoute} from '@react-navigation/native'; options: ({navigation, route}) => { const routeName = getFocusedRouteNameFromRoute(route) ?? 'Home' return { headerShown: routeName === 'home', }; }, ``` this is how i control...
any update here?
same issue here
安装图形客户端应该是: ``` brew install sfm ``` 见: https://sing-box.sagernet.org/zh/clients/apple/
https://facebook.github.io/react-strict-dom/api/css/#compatibility i find the Compatibility section in doc, calc not support yet
is there any plan to support calc in react native?
> Yes there is the intent to support calc in RN but it's blocked on landing a CSS unit parser, which is itself stalled. > > FWIW, you don't need...
could this PR be merged? I got error in react-native: ``` css.types.number(50) // TypeError: Cannot read property 'number' of undefined, js engine: hermes ``` or is there any workaroud?
I still have the issue, `v 1.11.13`