Skip to content

Commit 9218e0c

Browse files
hramosfacebook-github-bot
authored andcommitted
iOS: Generate FBReactNativeSpec ObjC++ files at build time
Summary: Removes the generated FBReactNativeSpec files from source control. ## Generating FBReactNativeSpec files The files will be generated automatically by CocoaPods when the `RNTesterPods` Xcode workspace is generated: ``` cd packages/rn-tester pod install ``` The spec files can be re-generated by invoking the script directly: ``` ./scripts/generate-native-modules-specs.sh ``` Changelog: [Internal] Reviewed By: RSNara Differential Revision: D24261167 fbshipit-source-id: acb7ac856e5e519932e4f587f79e24f49cd84a91
1 parent 5333ad8 commit 9218e0c

File tree

6 files changed

+16
-4657
lines changed

6 files changed

+16
-4657
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ package-lock.json
100100
!/packages/rn-tester/Pods/__offline_mirrors__
101101

102102
# react-native-codegen
103+
/Libraries/FBReactNativeSpec/FBReactNativeSpec
103104
/packages/react-native-codegen/lib
104105
/ReactCommon/fabric/components/rncore/
105106
/schema-native-modules.json

Libraries/FBReactNativeSpec/BUCK

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)