react-native-macos/React
Héctor Ramos ef6ad1f2d6 Codegen: Remove generate-specs.sh
Summary:
First part of the codegen script cleanup effort. Everything that was done in generate-specs.sh is now part of the CocoaPods recipe (e.g. codegen method in `react_native_pods.rb`).

Now that `generate-specs.sh` has been removed, the codegen may still be invoked manually for test purposes like so:

```
cd react-native

# Generate Schema - do this whenever your JS specs change
node packages/react-native-codegen/lib/cli/combine/combine-js-to-schema-cli.js <output_file_schema_json> <javascript_sources_dir>

# Generate native interfaces for iOS (use schema.json generated by previous step)
node scripts/generate-specs-cli.js ios <output_file_schema_json> <output_dir> <library_name>
```

Changelog: [Internal]

Reviewed By: fkgozali

Differential Revision: D30648067

fbshipit-source-id: 29688e0aac5496886657db82becb05bc8da076c9
2021-09-10 17:28:55 -07:00
..
AccessibilityResources/en.lproj VoiceOver reads Tab elements as "Tab Description" (#30689) 2021-01-15 11:09:01 -08:00
Base Conditionally disable TurboModuleManager delegate locking 2021-09-08 12:53:17 -07:00
CoreModules Move NativeModule initialization logic outside of setModuleRegistry 2021-09-08 12:46:35 -07:00
CxxBridge Move RCTModuleRegistry attachment into React Native initialization layer 2021-09-08 12:46:35 -07:00
CxxModule Fix crash in RCTCoreModulesClassProvider during quit 2021-04-28 13:29:06 -07:00
CxxUtils Clang format for all React Native files 2020-03-08 23:01:17 -07:00
DevSupport Passing the scheme field throughout all the metro connection pipeline to allow different scheme other than the default hardcoded http 2021-08-19 10:28:49 -07:00
FBReactNativeSpec Codegen: Remove generate-specs.sh 2021-09-10 17:28:55 -07:00
Fabric Add option to skip invalidated key frames 2021-09-09 11:57:24 -07:00
Inspector Clang format for all React Native files 2020-03-08 23:01:17 -07:00
Modules Fix Deadlock in RCTi18nUtil (iOS) (#31032) 2021-08-06 02:44:50 -07:00
Profiler fix typos in comments (#32061) 2021-08-24 07:21:56 -07:00
Tests Fix accessibility when entire text node is a link 2021-05-11 01:23:04 -07:00
UIUtils A couple of checks for corner cases in RCTGetDimensions and RCTExportedDimensions 2020-10-01 13:19:52 -07:00
Views Optimize font handling on iOS (#31764) 2021-08-26 22:47:41 -07:00
React-RCTFabric.podspec Upgrade folly to 2021.06.28.00 and boost to 1.76.0 (#31840) 2021-07-16 15:13:12 -07:00
third-party.xcconfig Upgrade folly to 2021.06.28.00 and boost to 1.76.0 (#31840) 2021-07-16 15:13:12 -07:00