datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
273 stars 229 forks source link

Build pjsip module in windows. #210

Open tobiasgoncalvespires opened 4 years ago

tobiasgoncalvespires commented 4 years ago

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 ?

victorkl400 commented 4 years ago

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 ?

dariomalfatti-centropaghe commented 3 years ago

If you still need to use it on Windows: link