MapView has no propType for native prop

Hi All,

When I run my app with expo I get the following error,

“expo”: “21.0.2”

hi -

can you post your code? it’s much easier to figure out what’s going on if you do.

Hi @ccheever thank you for your response.

There was version mismatch and hence I was getting the error.

I had exp version 21.0.2 in package.json and 22.0.0 in app.json.

After changing version in app.json to 21.0.2 it started working fine.

Thanks for your time. :slight_smile:

1 Like