Westley Mon Marchment
Westley Mon Marchment
> This solution worked for me: I removed the expo-status-bar from my project and I added the following properties to app.json > > ``` > { > expo: { >...
+1 on this issue. Experiencing this on `0.71.6`.
@severnini Your solution worked for me! Thank you!
@stef1103 Thank you! FWIW, I had to delete my `react-native-picker-select` folder from `node_modules`, then run `npm i` again.
@kubacienciala > @cavemon do i need to install react-native-picker/picker also? Yes. For clarity sake, here is a snippet of my `package.json` ```json "dependencies": { "react-native-picker-select": "^8.0.4", }, "overrides": { "react-native-picker-select":...