You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove config[:reanimated_node_modules_dir] in reanimated_utils.rb (#6611)
## Summary
This PR removes `config[:reanimated_node_modules_dir]` because it looks
like it's unused (at least I hope so).
Apart from this, the value is incorrect (it's
`/Users/tomekzaw/RNOS/react-native-reanimated/packages` on my setup but
should be
`/Users/tomekzaw/RNOS/react-native-reanimated/packages/react-native-reanimated`).
## Test plan
0 commit comments