Westley Mon Marchment

Results 6 comments of 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: { >...

@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":...