Skip to content

Commit

Permalink
ft(onboarding): add changes from splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Irirwanirira committed May 6, 2024
2 parents b43e4bd + 1bbc76a commit f2f188e
Show file tree
Hide file tree
Showing 4 changed files with 1,260 additions and 176 deletions.
2 changes: 0 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",

"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": ["**/*"],
"userInterfaceStyle": "dark",
"ios": {
"supportsTablet": true,
"config": {
Expand Down
2 changes: 1 addition & 1 deletion app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ export default function App() {
</>
);

}
}
Loading

0 comments on commit f2f188e

Please sign in to comment.