react-native-macos/packages/react-native-codegen
Kevin Gozali f24b815fe6 use xplat BUCK attribution
Summary:
Internal code attribution update.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D21603406

fbshipit-source-id: c3da1823e26beb0092d97e66d731618c0433a2f7
2020-05-15 21:55:52 -07:00
..
buck_tests Tidy up license headers [3/n] 2019-10-16 10:06:34 -07:00
e2e/__test_fixtures__ Make ColorValue public in StyleSheet.js 2020-04-17 13:03:47 -07:00
scripts Codegen: Add prepublish script to build Flow files (#28827) 2020-05-08 15:41:35 -07:00
src Migrate Android view managers to type-safe commands generated by JS codegen 2020-05-12 04:37:44 -07:00
.babelrc Codegen: Add prepublish script to build Flow files (#28827) 2020-05-08 15:41:35 -07:00
.prettierrc Codegen: Add prepublish script to build Flow files (#28827) 2020-05-08 15:41:35 -07:00
BUCK RN: Fix Codegen Schema Buck Dependency (#28719) 2020-04-21 19:15:54 -07:00
DEFS.bzl use xplat BUCK attribution 2020-05-15 21:55:52 -07:00
README.md docs: add README and specify file in package.json (#28507) 2020-04-03 11:34:58 -07:00
package.json Codegen: Add prepublish script to build Flow files (#28827) 2020-05-08 15:41:35 -07:00
yarn.lock Move codegen into packages/react-native-codegen 2019-02-07 03:09:05 -08: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