mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-10 15:46:35 +00:00
8d0bb7ba9e
`react-native-reanimated` generates write protected files during build time which are problematic because we copy over `node_modules` from `nix` store and when replacing them with new node modules we are manually asked to confirm this overwrite. This used to happen before with `.cxx` files but now it also happens with `.so` files. This commit fixes those permissions. partially fixes #18211