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

Scalable and Rotatable don't work in Modal #71

Open
allysonfield opened this issue Sep 16, 2021 · 1 comment
Open

Scalable and Rotatable don't work in Modal #71

allysonfield opened this issue Sep 16, 2021 · 1 comment

Comments

@allysonfield
Copy link

  const styles = StyleSheet.create({
  container: {
    position: 'absolute',
  },
});

   <Gestures
      style={styles.container}
      rotate="10deg"
      scalable
      rotatable
      onChange={(event, styles) => {
        console.log(styles);
      }}
    >
    
      {children}
    </Gestures>
@ManuViola77
Copy link

ManuViola77 commented Jan 18, 2022

Thanks!!! I was trying to figure out why it didn't work and this is the answer, I had it on a modal! Now I want a solution too 😂

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

2 participants