deanmcpherson / react-native-sortable-listview

Drag drop capable wrapper of ListView for React Native
MIT License
917 stars 236 forks source link

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

Open LucasYver opened 5 years ago

LucasYver commented 5 years ago

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.