ComponentWillMount warning

前端 未结 5 1050
伪装坚强ぢ
伪装坚强ぢ 2021-01-12 18:20

I am creating a layout with inside. I am getting to this scene from another. So at the beginning another layout is rendered. After i go to the second scene (with TextInput

5条回答
  •  耶瑟儿~
    2021-01-12 18:47

    It is because componentWillMount will get deprecated soon in the next major version.Even if you are not using it getting this warning is to prevent you from using as it is the part of lifecycle we commonly use.

提交回复
热议问题