zahidalidev / toastify-react-native

🎉 toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!
MIT License
75 stars 17 forks source link

After installation facing issuue #6

Closed 8358rahul closed 10 months ago

8358rahul commented 2 years ago

error: Error: Unable to resolve module react-native-modal from E:\live_cafeapp\node_modules\toastify-react-native\components\ToastManager.js: react-native-modal could not be found within the project or in these directories:

zahidalidev commented 1 year ago

@8358rahul Please share more details like your package.json

pablohenriqueop commented 1 year ago

Im facing the same problem. I just installed the package following the steps but does not work.

pablohenriqueop commented 1 year ago

@zahidalidev To solve the problem i had to add react-native-modal, react-native-responsive-fontsize and react-native-paper deps to my project to make it works, but that is not correct. I saw that in package.json react-native-modal and react-native-responsive-fontsize are marked as peerDependencies

djaffer commented 1 year ago

the readme should say that clearly