mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ab8dbdf663
Summary: Fixes the issue explained in https://github.com/facebook/react-native/issues/28446 It basically disabled the gflags include before configure can detect the header on the users system. ## Changelog [iOS] [Fixed] - Fixed inability to build apps when gflags is installed Pull Request resolved: https://github.com/facebook/react-native/pull/28451 Test Plan: Tested by installing gflags `brew install gflags` and verifying that apps build after. Reviewed By: javache Differential Revision: D30345352 Pulled By: sota000 fbshipit-source-id: 04c98d7ddebe6708057407c4b4bf3701434822a3