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

useNativeDriver was not specified. This is a required option and must be explicitly set to true or false #273

Open
sravanpronteff opened this issue Nov 10, 2021 · 0 comments

Comments

@sravanpronteff
Copy link

<Dropdown
icon="arrow-down-drop-circle-outline"
iconColor="#ffffff"
label={durationLabel}
data={duration}
onChangeText={(e) => {
setData(Object.assign(data, { duration: e }));
if (e.url == "Instant") {
handleInstant();
} else if (e == "Custom") {
console.log("object", "month");
setDatePickerVisibility(true);
}
setDurationLabel("");
}}
containerStyle={{
top: 5,
width: wd * 0.9,
}}
pickerStyle={{
borderWidth: 2,
borderColor: "#222222",
backgroundColor: "#ffffff",
}}
/>

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