leftTopIcon and rightTopIcon propTypes are defined as number instead of imageSourcePropType
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] support request
If bug, used module version
0.4.0
Platform
[x] ios
[x] android
leftTopIcon and rightTopIcon props for both AvatarHeader and DetailsHeader are defined as a number propType while they should be imageSourcePropType as documented in docs.
Noticed this while running tests for AvatarHeader and DetailsHeader. Can also be seen in the components themselves in propTypes sections
leftTopIcon and rightTopIcon propTypes are defined as
number
instead ofimageSourcePropType
I'm submitting a ...
If bug, used module version
0.4.0
Platform
leftTopIcon and rightTopIcon props for both
AvatarHeader
andDetailsHeader
are defined as anumber
propType while they should beimageSourcePropType
as documented in docs.Noticed this while running tests for
AvatarHeader
andDetailsHeader
. Can also be seen in the components themselves in propTypes sections