Bruno Egito
Bruno Egito
same here!
I didn't get the error anymore... follow my configuration: ```json "@react-navigation/elements": "^1.2.1", "@react-navigation/native": "^6.0.6", "@react-navigation/stack": "^6.0.11", "react-native-gesture-handler": "^2.1.0", "react-native-reanimated": "^2.3.1", "react-native-safe-area-context": "^3.3.2", ```
Hey man... Attempted to replace `'orderby' => 'meta_value'` by `'orderby' => 'meta_value_num'`. @JacobDorman
```ts { setIsOpenSheet(true); }} onCloseEnd={() => { setIsOpenSheet(false); }} /> ``` ```ts {isOpenSheet && renderShadow()} ```
👀