loadsmart / rn-salesforce-chat

React Native wrapper for Salesforce SDK chat
MIT License
7 stars 10 forks source link

Missing Native Module files in Published package #16

Closed Ananthakr closed 3 years ago

Ananthakr commented 3 years ago

Since package.json has

 "files": [
    "lib"
  ],

it only takes the files from lib folder for the package published on the npm. So when someone tries to install via npm/yarn, the native modules are missing in the node_modules and if they call the exposed apis, they fail due to lack native modules.

Please address this issue asap.

lenoirzamboni commented 3 years ago

@Ananthakr Thanks for reporting this issue. A new version 2.0.1 is released with the fix.

Closing issue.