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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
46 deletions
+44
-46
App.tsx
App.tsx
+14
-14
app.json
app.json
+26
-28
tsconfig.json
tsconfig.json
+4
-4
No files found.
App.tsx
View file @
796e4266
import
{
StatusBar
}
from
'expo-status-bar'
;
import
{
StatusBar
}
from
"expo-status-bar"
;
import
{
StyleSheet
,
Text
,
View
}
from
'react-native'
;
import
{
StyleSheet
,
Text
,
View
}
from
"react-native"
;
export
default
function
App
()
{
export
default
function
App
()
{
return
(
return
(
<
View
style=
{
styles
.
container
}
>
<
View
style=
{
styles
.
container
}
>
<
Text
>
Open up App.tsx to start working on your app!
</
Text
>
<
Text
>
Open up App.tsx to start working on your app!
</
Text
>
<
StatusBar
style=
"auto"
/>
<
StatusBar
style=
"auto"
/>
</
View
>
</
View
>
);
);
}
}
const
styles
=
StyleSheet
.
create
({
const
styles
=
StyleSheet
.
create
({
container
:
{
container
:
{
flex
:
1
,
flex
:
1
,
backgroundColor
:
'#fff'
,
backgroundColor
:
"#fff"
,
alignItems
:
'center'
,
alignItems
:
"center"
,
justifyContent
:
'center'
,
justifyContent
:
"center"
,
},
},
});
});
app.json
View file @
796e4266
{
{
"expo"
:
{
"expo"
:
{
"name"
:
"beasy-mobile"
,
"name"
:
"beasy-mobile"
,
"slug"
:
"beasy-mobile"
,
"slug"
:
"beasy-mobile"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"orientation"
:
"portrait"
,
"orientation"
:
"portrait"
,
"icon"
:
"./assets/icon.png"
,
"icon"
:
"./assets/icon.png"
,
"userInterfaceStyle"
:
"light"
,
"userInterfaceStyle"
:
"light"
,
"splash"
:
{
"splash"
:
{
"image"
:
"./assets/splash.png"
,
"image"
:
"./assets/splash.png"
,
"resizeMode"
:
"contain"
,
"resizeMode"
:
"contain"
,
"backgroundColor"
:
"#ffffff"
"backgroundColor"
:
"#ffffff"
},
},
"assetBundlePatterns"
:
[
"assetBundlePatterns"
:
[
"**/*"
],
"**/*"
"ios"
:
{
],
"supportsTablet"
:
true
"ios"
:
{
},
"supportsTablet"
:
true
"android"
:
{
},
"adaptiveIcon"
:
{
"android"
:
{
"foregroundImage"
:
"./assets/adaptive-icon.png"
,
"adaptiveIcon"
:
{
"backgroundColor"
:
"#ffffff"
"foregroundImage"
:
"./assets/adaptive-icon.png"
,
}
"backgroundColor"
:
"#ffffff"
},
}
"web"
:
{
},
"favicon"
:
"./assets/favicon.png"
"web"
:
{
}
"favicon"
:
"./assets/favicon.png"
}
}
}
}
}
tsconfig.json
View file @
796e4266
{
{
"extends"
:
"expo/tsconfig.base"
,
"extends"
:
"expo/tsconfig.base"
,
"compilerOptions"
:
{
"compilerOptions"
:
{
"strict"
:
true
"strict"
:
true
}
}
}
}
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