Results 4 comments of Tommy

This worked for me: 1. Go to the Pods project in your workspace 2. Select ZIP from Targets 3. Go to Build Settings, change Swift Language Version to Swift 4.1

When the user taps on a post with a youtube video, Beam opens a webview. I think it should open the youtube video in the native iOS video player. This...

Try installing `node-gyp` globally ``` yarn global add node-gyp ```

The readme suggests using node 10-13 https://github.com/VirgilSecurity/demo-backend-nodejs. I had a similar issue and downgraded to node 12 to get this example to work.