We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const styles = StyleSheet.create({ container: { position: 'absolute', }, }); <Gestures style={styles.container} rotate="10deg" scalable rotatable onChange={(event, styles) => { console.log(styles); }} > {children} </Gestures>
The text was updated successfully, but these errors were encountered:
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 😂
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: