Skip to content

Commit

Permalink
Update main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Mar 15, 2023
1 parent 9d8a6e5 commit 8147e01
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/screens/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ export const Main: NavioScreen = observer(({}) => {
useEffect(() => {
configureUI();
getCounterValue();

// setTimeout(() => {
// navio.tabs.updateOptions('PlaygroundTab', {
// tabBarBadge: 2,
// });
// }, 3000);
}, []);

// UI Methods
Expand Down Expand Up @@ -83,7 +77,7 @@ export const Main: NavioScreen = observer(({}) => {
</Text>
</Section>

<Section title="Reanimated 2">
<Section title="Reanimated">
<Reanimated2 />
</Section>

Expand Down

0 comments on commit 8147e01

Please sign in to comment.