instea/react-native-popup-menu

UNSAFE_componentWillMount in Animated Component

Snotax opened this issue · 2 comments

When i click on my menu trigger, following Warnings get printed into the console.

image

Component:
image

In your case it looks like the warning comes from an AnimatedComponent which is not part of popup menu. However the issue is valid as we also use unsafe methods like componentWillUnmount in this library.

Well this issue occurs only when the is clicked. So it's probably inside your component.
Good to know that you are aware of the issue.