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

Enable `-Wpedantic` flag on Android and use `std::vector` instead of VLA to pass arguments to `_scheduleOnJS` #6157

Closed tomekzaw closed 6 days ago

tomekzaw commented 6 days ago

Summary

Just wanted to enable -Wpedantic flag on Android like React Native does.

Test plan

Tested on runOnUI / runOnJS example.