Native dependency not added to release package

1
Hi, When creating a native pluggable widget and adding dependencies, they are not included in my release package. For example I add a dependency like this: npm install --save rn-swipe-button --legacy-peer-deps then the release package I built (npm run release) doesn't contain a dependency json file and also the node_modules folder isn't added with the dependency. Any ideas what I am doing wrong, am I missing something? Best regards, Taner.  
asked
0 answers