Skip to content

Commit

Permalink
Update app name to App de leonardo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodeck committed Dec 3, 2024
1 parent 66d3df8 commit 2aad0f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/example/app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expo": {
"name": "hoppixTv",
"slug": "hoppixTv",
"name": "App de leonardo",
"slug": "appdeleonardo",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
Expand All @@ -14,14 +14,14 @@
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.reactTvSpaceNavigation.hoppixTv"
"bundleIdentifier": "com.reactTvSpaceNavigation.appdeleonardo"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.reactTvSpaceNavigation.hoppixTv"
"package": "com.reactTvSpaceNavigation.appdeleonardo"
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit 2aad0f2

Please sign in to comment.