awshawka / react-native-double-tap

React-Native double-tap component
MIT License
29 stars 32 forks source link

No import DoubleClick from package #3

Open biranchi2018 opened 4 years ago

biranchi2018 commented 4 years ago

No import DoubleClick from package statement mentioned in ReadMe.md

heroshinn commented 2 years ago

Try this, after installation check if react-native-double-tap folder is visible under node nodules. Then manual import it,

import DoubleClick from './../../../node_modules/react-native-double-tap';

change path based on your project path but I think that is the default path of node modules

This works for me - Windows