f111fei / react-native-unity-view

Show an unity view in react native
MIT License
402 stars 102 forks source link

componentWillMount is deprecated #125

Open igrir opened 4 years ago

igrir commented 4 years ago

After I launched the project, there's a warning said componentWillMount is deprecated. I found that in /src/UnityView.tsxx there's a method named componentWillMount. Maybe it's better to change it into componentDidMount in the future