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

Getting Error useNativeDriver #52

Open
RishiSetpal opened this issue Jun 8, 2022 · 0 comments
Open

Getting Error useNativeDriver #52

RishiSetpal opened this issue Jun 8, 2022 · 0 comments

Comments

@RishiSetpal
Copy link

While using: react-native-simple-modal

My Code: to just say ok and close
<Modal
open={this.state.showErrorDialog}
closeOnTouchOutside={false}
style={{ alignItems: "center" }}
modalStyle={{
borderRadius: 10,
backgroundColor: "#F5F5F5"
}}>

<View style={{ padding: 10 }}>
{alertTitle}

<View style={{ paddingLeft: 10, paddingRight: 10, paddingBottom: 10 }}>
{alertBody}


<View style={{ flex: 1 }} />
<PaperButton
onPress={() => { this._closeErrorDialog() }}
mode="contained"
color={colors.pri}
style={[styles.alertBtn]}>
<Text style={{
fontFamily: 'Nunito-Bold',
color: colors.white,
justifyContent: 'center', alignItems: 'center'
}}>
okay




Getting Error
backend.js:12688 Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false

Please Guide me for the same

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

1 participant