faizan1990

Results 4 issues of faizan1990

This is what my settings.json looks like inside of .vscode: ``` { "deploy": { "packages": [ { "name": "Version 2.3.4", "description": "Package version 2.3.4", "files": [ "**/*.php", "/*.json" ], "exclude":...

All resource types headings should be H3

Hi, This is what I did: 1. `git clone https://github.com/viromedia/ViroARSampleApp.git .` 2. `npm install` 3. `react-native run-android` (while device plugged in and successfully detected via `adb devices`) Result: ![viro-error](https://user-images.githubusercontent.com/13532645/59395024-452a8900-8dc5-11e9-91e5-76c23fdad75c.jpg) 3....

This is my code: ``` import {Hotspot, HotspotNetwork, HotspotNetworkConfig} from '@ionic-native/hotspot'; constructor(public navCtrl: NavController, private hotspot: Hotspot) { this.platform.ready().then(() => { setInterval(() => { this.scanNetworks(); this.scans = []; this.scans.push({ "networksData":...