react-native-sortable-listview icon indicating copy to clipboard operation
react-native-sortable-listview copied to clipboard

this.refs.wrapper.measure return undefined with react navigation or other same library

Open LucasYver opened this issue 6 years ago • 0 comments

Hi,

I spend many hours on this issue.

When you use react-native-sortable-listview on a screen load with react navigation but this screen his hidden, this.refs.wrapper.measure will return null for each data only on android.

To solve this issue i reload the entire screen when i want to navigate on with navigation.replace("yourScreen").

I think there are a better solution. But if you have the same problem this solution work fine.

LucasYver avatar Jun 21 '19 09:06 LucasYver