software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.61k stars 1.26k forks source link

Fix lint error on main #6179

Closed tomekzaw closed 1 week ago

tomekzaw commented 1 week ago

Summary

This PR fixes the following linting error that happened on main after #6171 was merged.

Screenshot 2024-06-28 at 10 08 41

Test plan

codeion commented 3 hours ago

Hi, It's breaking build with vite bundler, maybe to consider... export const RNRenderer = {};

tomekzaw commented 3 hours ago

@codeion This PR only moves the comment, see the original PR that modified the export: https://github.com/software-mansion/react-native-reanimated/pull/6171