Skip to content

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

@sravanpronteff

Description

@sravanpronteff

<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",
}}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions