You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On call LayoutAnimation.easeInEaseOut() in React native 0.45.0 occurs next warning:
Warning: checkPropTypes has been moved to a separate package. Accessing React.checkPropTypes is no longer supported and will be removed completely in React 16. Use the prop-types package on npm instead. (https://fb.me/migrating-from-react-proptypes)
The text was updated successfully, but these errors were encountered:
if you use LayoutAnimation:
node_modules/react-native/Libraries/LayoutAnimation/LayoutAnimation.js,line 18
var {PropTypes} = require('prop-types')
var {checkPropTypes} = PropTypes;
On call
LayoutAnimation.easeInEaseOut()
in React native 0.45.0 occurs next warning:The text was updated successfully, but these errors were encountered: