mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d46f92cdad
Summary: [Codegen 116] This PR attempts to extract the logic of `getEventArgument` function from the following locations : - `parsers/flow/components/events.js` - `parsers/typescript/components/events.js` since they are the same and move the function to `parsers/parsers-commons.js` as requested on https://github.com/facebook/react-native/issues/34872 ## Changelog: [Internal] [Changed] - Move `getEventArgument` to parser-commons and update usages. Pull Request resolved: https://github.com/facebook/react-native/pull/37133 Test Plan: Run `yarn jest react-native-codegen` and ensure CI is green Reviewed By: christophpurrer Differential Revision: D45569128 Pulled By: cipolleschi fbshipit-source-id: 63a7619e5b4fca0157c62a359ac51831f4f15945
@react-native/codegen
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
Testing
To run the tests in this package, run the following commands from the React Native root folder:
yarnto install the dependencies. You just need to run this onceyarn jest packages/react-native-codegen.