mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e3218a0d96
Summary: Related to https://github.com/facebook/react-native/issues/27426 & https://github.com/facebook/react-native/issues/27565. The wish to not include an empty Swift file to trigger the correct Xcode settings was voiced in https://github.com/facebook/react-native/issues/27426 & https://github.com/facebook/react-native/issues/27565. [iOS] [Fixed] - Remove need for Swift file in the user’s project in order to use Flipper Pull Request resolved: https://github.com/facebook/react-native/pull/27922 Test Plan: An application created with the template, like so: ```bash react-native init --template=~/Code/React/react-native TestFlipper ``` …will successfully build, launch, and have Flipper connect. Differential Revision: D19690592 Pulled By: cpojer fbshipit-source-id: ee696e0d747d6338534b0c2d62029e64ece02cd3