-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Arrays in generator (#37145)
Summary: Pull Request resolved: #37145 This diff adds the generation of Array types in events. It supports the generation of Array of: - Boolean - Int32 - Float - Double - String - Objects - Array **Note:** This is a first iteration. We could improve the generation further by leveraging the `Bridging` module within React Native. I'll take a stab at it in a next diff. ## Changelog: [General][Added] - Generate events with arrays Reviewed By: cortinico Differential Revision: D45321685 fbshipit-source-id: 34b05f5501b06714d1fabf1a51cb057af7027f00
- Loading branch information
1 parent
6168701
commit b422375
Showing
7 changed files
with
450 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.