jwohlfert23 / react-native-tag-input

A simple React Native component that creates an input for tags, emails, etc.
MIT License
231 stars 104 forks source link

Warnings after updating to RN 0.61 #77

Open macav opened 4 years ago

macav commented 4 years ago

WARN Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.

Please update the following components: TagInput WARN Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.

Please update the following components: TagInput

Ashoat commented 4 years ago

I don’t have much time to maintain this component anymore, would you be willing to put up a PR?

Jarzka commented 4 years ago

I'm also facing this issue.

You said you maintain a forked version of this component which you have updated to use componentDidUpdate and getDerivedStateFromProps. Would it be possible to update this library too?