Skip to content

Commit

Permalink
Hotfix 🥵
Browse files Browse the repository at this point in the history
  • Loading branch information
migeyel committed Apr 30, 2023
1 parent 2a248f3 commit 431fc40
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules/
.expo/
dist/
npm-debug.*
*.jks
*.p8
Expand Down
12 changes: 8 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "UFSCar Planner",
"owner": "petbccufscar",
"slug": "ufscar-planner",
"version": "1.3.0",
"version": "1.3.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
Expand All @@ -12,7 +12,8 @@
"backgroundColor": "#E8243C"
},
"updates": {
"fallbackToCacheTimeout": 0
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/5ff4fcf5-520f-4ac6-bc18-dd5d292dca98"
},
"plugins": [
"sentry-expo",
Expand All @@ -31,7 +32,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.pet.ufscarplanner",
"buildNumber": "1.3.0"
"buildNumber": "1.3.1"
},
"android": {
"adaptiveIcon": {
Expand All @@ -42,7 +43,10 @@
"versionCode": 7,
"permissions": [
"RECEIVE_BOOT_COMPLETED"
]
],
"runtimeVersion": {
"policy": "sdkVersion"
}
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
8 changes: 6 additions & 2 deletions navigation/BottomNavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ export default function MyTabs() {
/>
,

tabBarActiveTintColor: theme.colors.onSecundaryContainer,
tabBarActiveTintColor: theme.colors.onSecondaryContainer,
tabBarInactiveTintColor: theme.colors.onSurface,
headerPressColor: theme.colors.secundaryContainer,
tabBarAndroidRipple: {
color: theme.colors.surfaceVariant,
borderless: true,
},

tabBarStyle: {
backgroundColor: theme.colors.surface2,
paddingBottom: 8,
Expand Down

0 comments on commit 431fc40

Please sign in to comment.