...
You can inject your own view for the bottom navigation bar if you set GiniConfiguration.shared.bottomNavigationBarEnabled
to true
and pass a custom ReviewScreenBottomNavigationBarAdapter
implementation to GiniConfiguration.shared.reviewNavigationBarBottomAdapter
:
...