Skip to content

Instantly share code, notes, and snippets.

View zmnv's full-sized avatar
🔮
Creative Developer

zmnv zmnv

🔮
Creative Developer
View GitHub Profile
@zmnv
zmnv / IOSWifiManager.h
Created March 26, 2020 14:11 — forked from douglasjunior/IOSWifiManager.h
Programatically join Wi-Fi network on iOS with React Native wrapper for NEHotspotConfiguration
// Created by Rutger Bresjer on 10/10/2017
// Notes:
// - Be sure to enable "Hotspot Configuration" capability for the iOS target
// - Make sure the NetworkExtension framework is linked to the target
#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
@interface IOSWifiManager : NSObject <RCTBridgeModule>