Results 3 comments of Tyler

In my case the problem was being caused by **react-native-picker-select** and **NativeBase** both using different versions of the same react native picker package. NativeBase was using the previously named "@react-native-community/picker"...

@nrlnv If that's the case then that means you didn't manually install **@react-native-community/picker**. Either way, to resolve this issue, go to your yarn.lock file and locate any packages that are...

I also stumbled upon this problem as well. It occurs for me whenever I pass content in through a function. For example, my footer has a image in it which...