maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.9k stars 506 forks source link

Warning: ComponentwillReceiveprops and ComponentwillMount deprecated #280

Closed SnehalAgrawal closed 5 years ago

SnehalAgrawal commented 5 years ago

Hey Hi, I am getting this warning while running with React Native 0.60. Can you please update for the same

Warning: componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead.

Warning: componentWillMount is deprecated and will be removed in the next major version. Use componentDidMount instead. As a temporary workaround, you can rename to UNSAFE_componentWillMount.