santiment / SantimentMobile

Mobile MVP for Santiment project http://santiment.net
16 stars 3 forks source link

`isMounted` is deprecated #85

Open ghost opened 7 years ago

ghost commented 7 years ago

At a Glance

Yellowbox displays warnings related to usage of isMounted attribute.

How to reproduce

  1. Launch app.
  2. Click Edit button in navbar.

Now you should see yellowbox messages:

How to solve

Probably isMounted is used in some third-party libraries included in project. All usages of isMounted should be replaced with componentWillUnmount implementation.

ghost commented 7 years ago

The described problem depends on 3rd-party libraries. For now, I disabled yellowbox for production builds. It allows to hide warnings from end user.