Skip to content

Commit

Permalink
ignore expo const warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Oct 29, 2024
1 parent db592c9 commit 3e45d6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ LogBox.ignoreLogs([
// the timer is lost. Currently Expensify is using a 30 minutes interval to refresh personal details.
// More details here: https://git.io/JJYeb
'Setting a timer for a long period of time',
// We are not using expo-const, so ignore the warning.
'No native ExponentConstants module found',
]);

const fill = {flex: 1};
Expand Down

0 comments on commit 3e45d6d

Please sign in to comment.