Skip to content

react-native-haptic-feedback fix #17

@Nischal-Ad

Description

@Nischal-Ad

hi @hiteshchoudhary sir

const options = {
enableVibrateFallback: true,
ignoreAndroidSystemSettings: false
};
this options in react-native-haptic-feedback in project diceroll5 is not working in latest version of react-native-haptic-feedback
insead,
const options = {
enableVibrateFallback: false,
ignoreAndroidSystemSettings: true,
};
passing this options it performs haptic feedback.
i requested you to check this code and make necessary changes

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