Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
beasy-mobile
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
G
beasy-mobile
Commits
b15b75e5
Commit
b15b75e5
authored
Sep 05, 2025
by
G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Default background color set to white on the navigator container itself.
parent
65d51b00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
App.tsx
App.tsx
+10
-2
No files found.
App.tsx
View file @
b15b75e5
import
ProvideQueryClient
from
"@components/providers_wrappers/ProvideQueryClient"
;
import
ProvideQueryClient
from
"@components/providers_wrappers/ProvideQueryClient"
;
import
{
LOG
}
from
"@logger"
;
import
{
LOG
}
from
"@logger"
;
import
{
NavigationContainer
}
from
"@react-navigation/native"
;
import
{
DefaultTheme
,
NavigationContainer
}
from
"@react-navigation/native"
;
import
{
ThemeProvider
}
from
"@shopify/restyle"
;
import
{
ThemeProvider
}
from
"@shopify/restyle"
;
import
{
injectStoreIntoAxiosInstance
}
from
"@/axios"
;
import
{
injectStoreIntoAxiosInstance
}
from
"@/axios"
;
import
{
ModalsManagerProvider
}
from
"@/contexts/ModalsManagerContext"
;
import
{
ModalsManagerProvider
}
from
"@/contexts/ModalsManagerContext"
;
...
@@ -25,7 +25,15 @@ export default function App() {
...
@@ -25,7 +25,15 @@ export default function App() {
<
SafeAreaProvider
>
<
SafeAreaProvider
>
<
ProvideQueryClient
>
<
ProvideQueryClient
>
<
UserAuthenticationContextProvider
>
<
UserAuthenticationContextProvider
>
<
NavigationContainer
>
<
NavigationContainer
theme=
{
{
...
DefaultTheme
,
colors
:
{
...
DefaultTheme
.
colors
,
background
:
"white"
,
},
}
}
>
<
AppMainStackNavigatorAuthWrapper
/>
<
AppMainStackNavigatorAuthWrapper
/>
</
NavigationContainer
>
</
NavigationContainer
>
</
UserAuthenticationContextProvider
>
</
UserAuthenticationContextProvider
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment