faizan1990
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:  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":...