obipawan / react-native-dash

A super simple <Dash /> component for react-native to draw customisable dashed lines
176 stars 64 forks source link

Dash makes parent's onLayout unreliable #30

Open AmauryLiet opened 4 years ago

AmauryLiet commented 4 years ago

Hey there,

First of all, thanks for the lib!

I encountered an issue while using this lib:

Using onLayout on a component containing react-native-dash gives inconsitent result: onLayout is called twice with different values

This seems to be linked to our usage of react-native-measureme,

Even if we don't find a fix, at least future users will be warned ;)

AmauryLiet commented 4 years ago

Actually I found the issue: #31