-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Arrays in generator #37145
Conversation
This pull request was exported from Phabricator. Differential Revision: D45321685 |
Base commit: 1cd0f57 |
This pull request was exported from Phabricator. Differential Revision: D45321685 |
Summary: Pull Request resolved: facebook#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 Differential Revision: D45321685 fbshipit-source-id: 2544ad151738fd4ba185b20fe17daa09b8d98d48
9bd7361
to
6ffb63e
Compare
Summary: Pull Request resolved: facebook#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 Differential Revision: D45321685 fbshipit-source-id: 01f4d04c81acb26fe8447cf4732c3f72f9627585
6ffb63e
to
104117b
Compare
This pull request was exported from Phabricator. Differential Revision: D45321685 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D45321685 |
Summary: Pull Request resolved: facebook#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 Differential Revision: D45321685 fbshipit-source-id: 63b19bb627d37bf4276cc9e69c84f63db2a35cfd
104117b
to
c7ab6ca
Compare
Summary: Pull Request resolved: facebook#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: e968e62c6f0c56accd64280201dfbc5ac7643501
This pull request was exported from Phabricator. Differential Revision: D45321685 |
c7ab6ca
to
41db706
Compare
Summary: This diff introduce support to parse arrays in events. We support parsing Arrays of: - Boolean - Double - Float - Int32 - String Enums - String - Objects - Arrays ## Changelog: [General][Added] - Add generic support for Arrays in Events parsing Differential Revision: https://internalfb.com/D45268779 fbshipit-source-id: 0f1cddfba5274ae18c48f864afbb8ef9d6213131
Summary: Pull Request resolved: facebook#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: 3e0435e4d17a45f3f02d7cc6b56af73e3609b56a
This pull request was exported from Phabricator. Differential Revision: D45321685 |
41db706
to
8ed908a
Compare
This pull request has been merged in b422375. |
Summary: Pull Request resolved: facebook#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
Summary:
This diff adds the generation of Array types in events.
It supports the generation of Array of:
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
Differential Revision: D45321685