react-native-tabs icon indicating copy to clipboard operation
react-native-tabs copied to clipboard

Component Unmount Error in iOS

Open BhavanPatel opened this issue 7 years ago • 1 comments

There was problem in event listener while component is unmounting. I was trying to hide tabs in iOS programatically and it leads me error because it is not finding any method like .remove() because it is not added for iOS as code is for adding event is for android only.

BhavanPatel avatar Sep 14 '17 12:09 BhavanPatel

@aksonov Please Review :)

BhavanPatel avatar Oct 16 '17 04:10 BhavanPatel