toastify-react-native icon indicating copy to clipboard operation
toastify-react-native copied to clipboard

Help Needed with Library Dependencies

Open sandipshiwakoti opened this issue 1 year ago • 1 comments

Description: Encountered issues with missing information while working on a project. Errors indicate the absence of essential dependencies, particularly related to modals and responsive font sizing.

Errors:

  1. react-native-modal could not be found within the project or in these directories: node_modules/toastify-react-native/node_modules node_modules
  2. react-native-responsive-fontsize could not be found within the project or in these directories: node_modules/toastify-react-native/node_modules node_modules

Fix: I manually added the missing dependencies to make it work. Can we update the docs with clear install steps for these if these dependencies are needed in our project?

Info:

  • Library Version: 3.1.2
  • React Native Version: 0.69.2

sandipshiwakoti avatar Nov 15 '23 12:11 sandipshiwakoti