Skip to content

Commit

Permalink
Color scheme added
Browse files Browse the repository at this point in the history
  • Loading branch information
Burzo committed Apr 1, 2024
1 parent 774146d commit afdd494
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ import { MainNavigation } from "./navigation"
import { NavigationContainer } from "@react-navigation/native"
import { ListenToBleEngineProvider } from "./providers/ListenToBleEngineProvider"
import { PaperProvider } from "react-native-paper"
import { CombinedDarkTheme } from "./theme"
import { CombinedDefaultTheme } from "./theme"
import { AuthProvider } from "./providers/AuthProvider"

export const App = () => {
return (
<SafeAreaProvider>
<Suspense fallback={"Loading..."}>
<ReduxProvider store={store}>
<PaperProvider theme={CombinedDarkTheme}>
<NavigationContainer theme={CombinedDarkTheme}>
<PaperProvider theme={CombinedDefaultTheme}>
<NavigationContainer theme={CombinedDefaultTheme}>
<AndroidPermissionsProvider>
<AppSetupProvider>
<BleEngineProvider>
Expand Down
Binary file added src/assets/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/ww-logo-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/ww-logo-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit afdd494

Please sign in to comment.