autonomoussoftware / metronome-wallet-mobile

📱💰 Metronome wallet for mobile devices
https://metronome.io
MIT License
13 stars 4 forks source link

Remove virtualized lists inside ScrollViews #125

Open gndelia opened 3 years ago

gndelia commented 3 years ago

When running the application, there's this error in the console

ExceptionsManager.js:180 VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead. at VirtualizedList

The code is minimized and source maps are not working so I'm not exactly sure where is the error happens, but it appears as soon as the app is in the main stage - I think it is related to the Tx List component