Show Section props in flipper

Summary:
as title.
Refactored the getPropsData from DebugComponentDescriptor and extracted it to separate class so we can use it for SectionComponentDescriptor as well.
Will follow up with adding state info

Reviewed By: passy

Differential Revision: D14386744

fbshipit-source-id: c6b9887aa9d0c8d2333e7e64fa0954e56b505e51
This commit is contained in:
Mihaela Ogrezeanu
2019-03-20 09:10:30 -07:00
committed by Facebook Github Bot
parent 5964f1621e
commit 5195bfc0e4
5 changed files with 137 additions and 103 deletions

View File

@@ -51,6 +51,7 @@ android {
implementation deps.okhttp3
implementation deps.lithoCore
implementation deps.lithoSectionsDebug
implementation deps.lithoSectionsCore
implementation deps.lithoWidget
implementation deps.rhino
implementation deps.fresco