Files
react-native/packages/react-native-codegen
Scott Kyle 269fa37bb8 Indent C++ method declarations
Summary:
This moves the `indent` function into a `Utils` module so it can be also used to properly indent the abstract methods declarations in a C++ TurboModule spec.

Changelog:
Internal

Reviewed By: nlutsenko

Differential Revision: D34704456

fbshipit-source-id: 88a3a672e4860927b5dd1f5107f40da7b5a83e51
2022-03-07 19:21:51 -08:00
..
2022-02-22 02:23:02 -08:00
2022-03-07 19:21:51 -08:00
2020-09-29 14:39:40 -07:00
2021-10-14 15:34:29 -07:00
2022-03-04 07:25:59 -08:00
2022-01-21 07:30:41 -08:00

react-native-codegen

Version

Installation

yarn add --dev react-native-codegen

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like