prscX / react-native-toasty

React Native: Native Toast
Apache License 2.0
153 stars 39 forks source link

There is an error trying to build the app after installing this package #24

Closed radaalinmihai closed 4 years ago

radaalinmihai commented 4 years ago

So i just installed the package through npm, ran react-native run-android and I just can't make it work. These are the app dependencies: "dependencies": { "@react-native-community/async-storage": "^1.7.1", "@react-native-community/datetimepicker": "^2.2.1", "@react-native-community/masked-view": "^0.1.6", "react": "16.12.0", "react-native": "0.61.5", "react-native-gesture-handler": "^1.5.6", "react-native-reanimated": "^1.7.0", "react-native-safe-area-context": "^0.7.2", "react-native-screens": "^2.0.0-beta.2", "react-native-toasty": "^1.0.0", "react-native-vector-icons": "^6.6.0", "react-navigation": "^4.1.1", "react-navigation-stack": "^2.1.1" },

And this is the error that just pops up: image

radaalinmihai commented 4 years ago

It would be nice if I can get some sort of response telling me that you're working on this or something.

radaalinmihai commented 4 years ago

I figured it out, it was my bad, I forgot to uninstall a previous packet that was linked to the react project. I'm sorry, the packet works fine