Skip to content

Commit

Permalink
fix: Zero all the pages headers and publish builds (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Apr 26, 2024
1 parent 84b804c commit e48918b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion native/ReleaseNotes/whatsnew-en
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ React Native 0.74.0.
Expo 51 beta.
React 18.3.0.
Fixes for grid spacing.
Fix for stackable items not being added to the correct character.
Fix for stackable items not being added to the correct character..
2 changes: 1 addition & 1 deletion native/android/WhatsNew/whatsnew-en-US
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ React Native 0.74.0.
Expo 51 beta.
React 18.3.0.
Fixes for grid spacing.
Fix for stackable items not being added to the correct character.
Fix for stackable items not being added to the correct character..
6 changes: 6 additions & 0 deletions native/app/screens/InventoryPages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,19 @@ function InventoryPages() {
name="tab-armor"
options={{
tabBarLabel: "Armor",
headerStyle: {
height: 0,
},
}}
component={ArmorPage}
/>
<Tab.Screen
name="tab-inventory"
options={{
tabBarLabel: "Inventory",
headerStyle: {
height: 0,
},
}}
component={GeneralPage}
/>
Expand Down
2 changes: 1 addition & 1 deletion native/ios/TestFlight/WhatToTest.en-US.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ React Native 0.74.0.
Expo 51 beta.
React 18.3.0.
Fixes for grid spacing.
Fix for stackable items not being added to the correct character.
Fix for stackable items not being added to the correct character..

0 comments on commit e48918b

Please sign in to comment.