deanmcpherson/react-native-sortable-listview

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

LucasYver opened this issue · 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.