react-native-advanced-navigation icon indicating copy to clipboard operation
react-native-advanced-navigation copied to clipboard

TopNavigationBar.updateProgress() broken in RN-0.33

Open fastmanu opened this issue 9 years ago • 0 comments

Code breaks with react-native 0.33 when calling Detail.js with following message.

Cannot read property 'updateProgress' of undefined (TopNavigationBar.js:10)

Seems like this.refs.xxx isn't accessible anymore since the update.

fastmanu avatar Sep 12 '16 09:09 fastmanu