Skip to content

Commit 694fd06

Browse files
authored
Merge pull request #48330 from software-mansion-labs/@wolewicki/silence-reanimated-warning-for-now
chore: silence warning temporarly
2 parents e912d80 + 1c0f482 commit 694fd06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/App.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ LogBox.ignoreLogs([
4949
// the timer is lost. Currently Expensify is using a 30 minutes interval to refresh personal details.
5050
// More details here: https://git.io/JJYeb
5151
'Setting a timer for a long period of time',
52+
// We silence this warning for now and will address all the places where it happens separately.
53+
// Then we can remove this line so the problem does not occur in the future.
54+
'[Reanimated] Tried to modify key `current`',
5255
]);
5356

5457
const fill = {flex: 1};

0 commit comments

Comments
 (0)