-
-
Notifications
You must be signed in to change notification settings - Fork 5
Patch 2 Updated with Custom Image Component #7
base: master
Are you sure you want to change the base?
Conversation
I have tried with possible solution using fast image so far it works properly. if its okay then you can try merge it!
dependencies updated
`isFast` prop added in `BetterImageProps`
@krunalbad React Native Fast Image has too many issues which is why I didn't add it to the package. May be we can think of a different approach to allow people use their own image components? |
Yeah we can try that approach! Great suggestion! |
Added possible feature! Please review! |
Thanks @krunalbad |
What are you suggesting? @DaniAkash |
I have tested it on multiple devices of both platforms so far it worked great. One another feature we can add is |
BetterImage extends all the props of regualar image component including onLayout. This should work out of the box |
Try if you can infer prop types based on the component using typescript |
Yeah I noticed! Great! |
Sure I'll look into it! |
@DaniAkash Am I missing something here? |
Are you suggesting this change? @DaniAkash |
No description provided.