mirror of
https://github.com/status-im/react-native.git
synced 2025-02-23 14:48:25 +00:00
Summary: [Android] [Changed] - create standalone JS file for ToolbarAndroid, as part of #22990 I have a question. `ToolbarAndroid` component use 2 types from other files. They are not included files mentioned by https://github.com/facebook/react-native/issues/22990#issue-399165354. One type `ColorValue` is very simple and I'll copy it. But `ImageSource` type is a bit complicated I think it wolud be better to add to the codegen. How do you think about it? TheSavior Update: -> solved 👍 ---------- - [x] yarn lint - [x] yarn flow-check-android - [x] yarn flow - [x] yarn test Pull Request resolved: https://github.com/facebook/react-native/pull/23009 Differential Revision: D13697524 Pulled By: TheSavior fbshipit-source-id: 72ce43e1510be0986a3798d795f07ab176bd2a92