Was receiving error of "useSharedValueEffect() is deprecated with Reanimated 3, you can use Reanimated values directly." when using react-native-reanimated version 3.1.0 causing many logs to be printed. So, removed deprecated useSharedValueEffect() in place of using useValue directly.
Was receiving error of "useSharedValueEffect() is deprecated with Reanimated 3, you can use Reanimated values directly." when using react-native-reanimated version 3.1.0 causing many logs to be printed. So, removed deprecated useSharedValueEffect() in place of using useValue directly.