Skip to content

Commit

Permalink
Updates after custom logger config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiPl01 committed Aug 28, 2024
1 parent 59709c5 commit 5a7258c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/common-app/src/examples/InvalidValueAccessExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ import { Text, StyleSheet, View, Button } from 'react-native';

import React, { useEffect } from 'react';
import Animated, {
configureReanimatedLogger,
useAnimatedStyle,
useSharedValue,
withTiming,
} from 'react-native-reanimated';

Animated.configureLogger({
configureReanimatedLogger({
// change to `false` or remove the `configureReanimatedLogger` call to
// disable the warning
strict: true,
});

Expand Down

0 comments on commit 5a7258c

Please sign in to comment.