We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e912d80 + 1c0f482 commit 694fd06Copy full SHA for 694fd06
src/App.tsx
@@ -49,6 +49,9 @@ LogBox.ignoreLogs([
49
// the timer is lost. Currently Expensify is using a 30 minutes interval to refresh personal details.
50
// More details here: https://git.io/JJYeb
51
'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`',
55
]);
56
57
const fill = {flex: 1};
0 commit comments