vikeri / re-navigate

Example of React Native Navigation with re-frame/re-natal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There are many Warning shows under the app.

wind13 opened this issue · comments

The warning is like this:

Warning: You are manually calling a React.PropTypes validation function for the 'borderBottomLeftRadius' prop on 'RCTImageView'.

This is deprecated and will not work in the next major version.

You may be seeing this warning due to a third-party PropTypes library.

See https://fb.me/react-warning-dont-call-proptypes for details.

Just merged a PR for RN 0.31.0, can you test it with that and see if the error persists? If not, please specify Android/iOS

Thanks, test it and works fine. I was tested in Android. But it runs looks very slow, I don't know why?

Is it because the demo or debug version?

Not sure about the performance thing, have only worked in iOS so far and not gotten into optimizing the performance of that app either. (Don't want to prematurely optimize). So I don't know. Needs further investigation. I'll close this issue now though since it was related to in app warnings. Feel free to open a new one about performance if you want.