software-mansion / react-native-reanimated

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

. #6167

Closed ArtKullashi closed 5 days ago

ArtKullashi commented 5 days ago

.

tomekzaw commented 5 days ago

globalFormatNumber needs to be marked as a worklet.

 const globalFormatNumber = (num) => {
+  'worklet';
   return new Intl.NumberFormat('EN-US').format(num);
 };
github-actions[bot] commented 5 days ago

Hey! 👋

It looks like you've omitted a few important sections from the issue template.

Please complete Description, Steps to reproduce, Snack or a link to a repository, Reanimated version, React Native version and Platforms sections.