The latency observed when switching from investment screen to any other screen is identified due to too many rendering components. The pie chart render has not been optimized similar to tracker screen as done in this #14 .
The idea of auto refresh data in the screen also seemed unnecessary and too many state keepers. So removed that and added initial data loading similar to banking screen.
Resolves Issues #21 , #22
Latency:
Expo go build issue:
Others:
The latency issue has been resolved and works as expected. The expo development has also been reverted back to original state.