blackberry / BlackBerry-Dynamics-React-Native-SDK

An open source plugin for BlackBerry Dynamics SDK with React Native support. BlackBerry Dynamics: https://developers.blackberry.com/us/en/products/blackberry-dynamics.html React Native: http://reactnative.dev
13 stars 18 forks source link

Installing BlackBerry-Dynamics-for-React-Native-Base throws an error #5

Open ign699 opened 4 years ago

ign699 commented 4 years ago

Hi, I've found an issue when trying to install BlackBerry-Dynamics-for-React-Native-Base. npm i <path>/modules/BlackBerry-Dynamics-for-React-Native-Base throws an Error: ENOENT: no such file or directory, copyfile error when trying to copy BlackBerry-Dynamics-for-React-Native-Base/scripts/custom_rn_rename/index.js into node_modules.

JeffinWithYa commented 4 years ago

Hi @ign699 ,

Are you installing the module in your own app or using one of the sample apps? Can you try installing the base module to one of our samples and see if you can replicate the issue?

ign699 commented 4 years ago

Yes, it worked when installing inside the SampleApp but I couldn't get it to work when trying to install it on a standalone app.

JeffinWithYa commented 4 years ago

@ign699 can you confirm for us what version of React-Native you are using and also what version of the BlackBerry Dynamics SDK you are using (iOS and Android)?