andrey-sh / react-native-picker-horizontal

Horizontal picker animated component for React Native.
MIT License
9 stars 6 forks source link

ERROR to index module in React Native #3

Open arthurarw opened 3 years ago

arthurarw commented 3 years ago

Hello buddy, first congratulations for the component. But I'm having a problem using it in React Native. I can install it using the NPM command like this in the documentation, however in the file I import the component in my React Native project it can't index your component. The same accuses an error in your component's package.json. Do you know what it could be?

andrey-sh commented 3 years ago

Hi. Thanks for using my component. And sorry for late answer. I had no that issue with react native. You can check how it work in example folder. Its maybe problem with your project setup. I can help if you give me minimal reproducible example.