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
796e4266
Commit
796e4266
authored
Apr 23, 2024
by
g-ouattara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
after commands yarn biome-check
parent
ccf72c82
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
App.tsx
App.tsx
+5
-5
app.json
app.json
+1
-3
tsconfig.json
tsconfig.json
+0
-0
No files found.
App.tsx
View file @
796e4266
import
{
StatusBar
}
from
'expo-status-bar'
;
import
{
StyleSheet
,
Text
,
View
}
from
'react-native'
;
import
{
StatusBar
}
from
"expo-status-bar"
;
import
{
StyleSheet
,
Text
,
View
}
from
"react-native"
;
export
default
function
App
()
{
return
(
...
...
@@ -13,8 +13,8 @@ export default function App() {
const
styles
=
StyleSheet
.
create
({
container
:
{
flex
:
1
,
backgroundColor
:
'#fff'
,
alignItems
:
'center'
,
justifyContent
:
'center'
,
backgroundColor
:
"#fff"
,
alignItems
:
"center"
,
justifyContent
:
"center"
,
},
});
app.json
View file @
796e4266
...
...
@@ -11,9 +11,7 @@
"resizeMode"
:
"contain"
,
"backgroundColor"
:
"#ffffff"
},
"assetBundlePatterns"
:
[
"**/*"
],
"assetBundlePatterns"
:
[
"**/*"
],
"ios"
:
{
"supportsTablet"
:
true
},
...
...
tsconfig.json
View file @
796e4266
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