Create a theme for the app: colors, font, etc., and apply it across the entire app.
This can be done using the already-installed react-native-paper library via the ThemeProvider wrapper component, but will require a significant refactoring to the entire codebase in terms of styling.
Create a theme for the app: colors, font, etc., and apply it across the entire app. This can be done using the already-installed react-native-paper library via the
ThemeProvider
wrapper component, but will require a significant refactoring to the entire codebase in terms of styling.