balance-io / balance-wallet

A mobile wallet for dapps & tokens.
https://balance.io
GNU General Public License v3.0
94 stars 38 forks source link

using react navigation is focused prop #416

Closed jinchung closed 5 years ago

jinchung commented 5 years ago

isScreenActive is no longer passed along due to the removal of createSwipeNavigator. Using react-navigation isFocused prop instead.

jinchung commented 5 years ago

Related to changes from this PR: https://github.com/balance-io/balance-wallet/commit/e93c57ab807a472312944ea26bb1b45f9f2f12ee

mikedemarais commented 5 years ago

GOOD