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

Build pjsip module in windows.

Open tobiasgoncalvespires opened this issue 4 years ago • 2 comments

package.json of the react-native-pjsip has the line: "postinstall": "bash libs.sh" that does not run on Windows.

The script (libs.sh) is very simple, it only download one file and unpack. Can I make this manually and not get any problrm in windows ?

tobiasgoncalvespires avatar Jun 14 '20 14:06 tobiasgoncalvespires

package.json of the react-native-pjsip has the line: "postinstall": "bash libs.sh" that does not run on Windows.

The script (libs.sh) is very simple, it only download one file and unpack. Can I make this manually and not get any problrm in windows ?

I'd like to know as well , did u solve ?

victorkl400 avatar Jun 23 '20 18:06 victorkl400

If you still need to use it on Windows: link