Kudo / react-native-v8

Opt-in V8 runtime for React Native Android
MIT License
914 stars 69 forks source link

Add `REACT_NATIVE_DOWNLOADS_DIR` to specify custom download location #138

Closed Kudo closed 2 years ago

Kudo commented 2 years ago

Why

it's not ideal for an app to download 3rd party libraries multiple times.

How

add REACT_NATIVE_DOWNLOADS_DIR environment variable to support custom download location. the way is aligned with react-native