Add example in RNTester to use events with arrays#37143
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D45357873 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D45357873 |
c311060 to
6146975
Compare
6146975 to
e96bbdf
Compare
|
This pull request was exported from Phabricator. Differential Revision: D45357873 |
Base commit: 1cd0f57 |
e96bbdf to
636c702
Compare
|
This pull request was exported from Phabricator. Differential Revision: D45357873 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D45357873 |
636c702 to
51b26bd
Compare
|
This pull request was exported from Phabricator. Differential Revision: D45357873 |
51b26bd to
c055581
Compare
c055581 to
8207b74
Compare
|
This pull request was exported from Phabricator. Differential Revision: D45357873 |
8207b74 to
2debbed
Compare
|
This pull request was exported from Phabricator. Differential Revision: D45357873 |
2debbed to
271cbf9
Compare
|
This pull request was exported from Phabricator. Differential Revision: D45357873 |
|
This pull request was exported from Phabricator. Differential Revision: D45357873 |
271cbf9 to
187b5fd
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: 8dbbaf33b3ce2489e3e1b03741a5465012dd05a0
Summary: 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: https://internalfb.com/D45321685 fbshipit-source-id: c52faab4aa63efcc161b7623146286832a2e3619
Summary: Pull Request resolved: facebook#37143 This change add an example on how to use events with arrays in the New Architecture in RNTester. ## Changelog: [Internal] - Add Examples on RNTester on how to send events with arrays from Native to JS Reviewed By: cortinico Differential Revision: D45357873 fbshipit-source-id: 9f4a201f180e0e92adf7ac4154509d65642c642e
187b5fd to
de4c7ba
Compare
|
This pull request was exported from Phabricator. Differential Revision: D45357873 |
|
This pull request has been merged in 8c8f7a5. |
Summary:
This change add an example on how to use events with arrays in the New Architecture in RNTester.
Changelog:
[Internal] - Add Examples on RNTester on how to send events with arrays from Native to JS
Differential Revision: D45357873