react-native-macos/packages/react-native-codegen
Andrei Shikov 01c3bcdab0 Support string type for commands
Summary:
String type seems to be already supported by codegen, but it was not included in the list for command methods.

Changelog: [Internal]

Reviewed By: JoshuaGross

Differential Revision: D29306740

fbshipit-source-id: 44b267c09f471dc601759ed2f7211a9e0fc1bb90
2021-06-22 15:31:47 -07:00
..
android remove jcenter (#31609) 2021-06-02 09:57:28 -07:00
buck_tests Codegen BUCK: moved generate-test.sh to be general-purpose generate-all CLI 2020-10-24 14:02:47 -07:00
e2e Add ios_assume_nonnull flag to react native codegen library (#31543) 2021-05-20 10:07:37 -07:00
scripts Fix building RN Android from source on Windows. (#30535) 2021-01-28 11:53:56 -08:00
src Support string type for commands 2021-06-22 15:31:47 -07:00
.babelrc Rewrite ObjC++ module generator 2020-09-29 14:39:40 -07:00
.prettierrc Codegen: Add prepublish script to build Flow files (#28827) 2020-05-08 15:41:35 -07:00
BUCK Add ios_assume_nonnull flag to react native codegen library (#31543) 2021-05-20 10:07:37 -07:00
DEFS.bzl Add ios_assume_nonnull flag to react native codegen library (#31543) 2021-05-20 10:07:37 -07:00
README.md docs: add README and specify file in package.json (#28507) 2020-04-03 11:34:58 -07:00
package.json Upgrade babel from 7.12.3 -> 7.14.1 2021-05-13 02:48:09 -07:00

README.md

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