zecwalletco / zecwallet-mobile

Zecwallet Android and iOS apps
10 stars 11 forks source link

Fix crash when have a lot of transactions. #39

Open tongyuhu opened 3 years ago

tongyuhu commented 3 years ago

ScrollView creates all the views. When the transaction record is greater than 100, switching pages is slow. The APP will freeze and crash when the transaction record is greater than 10,000. FlatList avoids this problem.