'LikeView' has no propType 'RCTFBLikeView.onLayout' of native type 'boolean' if you haven't changed this

Viewed 1640

LikeView has no propType for native prop RCTFBLikeView.onLayout of native type boolean If you haven't changed this prop yourself, this usually means that your versions of the native code and JavaScript code are out of sync. Updating both should make this error go away. enter image description here

Not sure why I am getting this error. I'm not using LikeView at all in the android app. I've tried running npm start --reset-cache.

Also iOS version of the app runs no problem. This only occurs for android.

Any suggestions welcomed.

Thanks!

4 Answers
Related