Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rnd_ci_cd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
alep
rnd_ci_cd
Commits
19ad4d81
Commit
19ad4d81
authored
Jul 31, 2026
by
alep
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update code
parent
2572b7c7
Pipeline
#695
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
App.tsx
App.tsx
+2
-8
No files found.
App.tsx
View file @
19ad4d81
...
...
@@ -5,12 +5,8 @@
* @format
*/
import
{
NewAppScreen
}
from
'@react-native/new-app-screen'
;
import
{
StatusBar
,
StyleSheet
,
useColorScheme
,
View
,
Text
}
from
'react-native'
;
import
{
SafeAreaProvider
,
useSafeAreaInsets
,
}
from
'react-native-safe-area-context'
;
import
{
StatusBar
,
StyleSheet
,
Text
,
useColorScheme
,
View
}
from
'react-native'
;
import
{
SafeAreaProvider
}
from
'react-native-safe-area-context'
;
function
App
()
{
const
isDarkMode
=
useColorScheme
()
===
'dark'
;
...
...
@@ -24,8 +20,6 @@ function App() {
}
function
AppContent
()
{
const
safeAreaInsets
=
useSafeAreaInsets
();
return
(
<
View
style=
{
styles
.
container
}
>
<
Text
>
Hello
</
Text
>
...
...
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