mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49495 This change extracts the dependencies array to a separate file. This is helpful because we can use this file as cache-key to determines whether we have to rebuild the artifacts or not. This file is also bound to grow so it will make the script more manageable. ## Changelog: [Internal] - Move the dependencies for ios prebuilds on a separate file Reviewed By: cortinico Differential Revision: D69779522 fbshipit-source-id: 7ce60e426d428859f6f759d8e7b1ea499c36eff9