-
So RN 0.70 is just released and I try it with Is there a way to make it run once? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, you're right, we could use the boost archive downloaded by react-native. We plan to address this issue in near future. As for now, you can set environmental variable mkdir -p /Users/<username>/.react-native/downloads You can add this line to your export REACT_NATIVE_DOWNLOADS_DIR=/Users/<username>/.react-native/downloads Don't forget to apply the changes in the current console: source ~/.zshrc
Related to #3523. |
Beta Was this translation helpful? Give feedback.
Hey, you're right, we could use the boost archive downloaded by react-native. We plan to address this issue in near future.
As for now, you can set environmental variable
REACT_NATIVE_DOWNLOADS_DIR
and both React Native and Reanimated will check if boost, glog etc. is present there:You can add this line to your
~/.zshrc
(or other):Don't forget to apply the changes in the current console:
Related to #3523.