dancormier / react-native-swipeout

iOS-style swipeout buttons behind component
MIT License
2.62k stars 645 forks source link

Warning: isMounted(...) is deprecated ... #302

Open dungnguyen10989 opened 5 years ago

dungnguyen10989 commented 5 years ago

I using a FlatList to render List and I've received warning Warning: isMounted(...) is deprecated in plain JavaScript React classes. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks. when toggle on/off on a item, and the transition is very slowly. How can fix it ?