Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled JS Exception: Cannot read property 'systemShouldAdvance' of undefined #10

Closed
barnesheaton opened this issue Nov 23, 2018 · 2 comments

Comments

@barnesheaton
Copy link

Running into this error

Error

It seems to be occurring when the parent component is still mounted but the KenBurnsImage component isn't currently being displayed. This is all within a <Modal>

Code

<Modal
  animationType={'slide'}
  transparent={true}
  visible={this.props.workoutStore.starting && !this.props.workoutStore.remote}
  onRequestClose={this.props.workoutStore.cancel}
  onDismiss={this.props.workoutStore.ready}
>
  <View style={{flex: 1}}>
  ...
    <KenBurnsImage
      tension={4}
      friction={25}
      imageWidth={Dimensions.get('window').width}
      imageHeight={Dimensions.get('window').height}
      placeholderSource={require('../../../img/landing.png')}
      sourceUri={require('../../../img/landing.png')}
    />
  ...
  </View>
</Modal>

Environment

software version
react-navigation 2.17.0
react-native 0.57
node 9.11.2
yarn 1.7.0
@jgutierro
Copy link

same here!

I noticed that is package is using this robound dependence:

"rebound": "^0.0.15"

Last version of rebound is 0.1.0

Maybe this error is fix in 0.1.0 version...

@jgutierro
Copy link

@barnesheaton have you found a solution or workaround?

@nHiRanZ nHiRanZ closed this as completed Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants