NathanaelA / nativescript-websockets

Websockets for NativeScript
83 stars 43 forks source link

Updated android native dependency setup #38

Closed briandilley closed 6 years ago

briandilley commented 6 years ago

This addresses issue #37, and is probably the correct way to do things anyway.

briandilley commented 6 years ago

This doesn't address the issue as I had originally thought it did. The version i used was too new (was complaining about a constructor not existing on an object in the library), and then after moving it to a different version i could never get it to run again (just went back to Cannot read property 'client' of undefined... even after going back to 1.3.7.... fucking NativeScript).

briandilley commented 6 years ago

re-opened this because 1.3.4 was the correct version

briandilley commented 6 years ago

Shit - didn't mean to close this again. 1.3.4 is the correct version - but this should be changed to 1.3.7 and should be merged in with soulfly's PR