1.0.1 • Published 3 years ago

react-native-local-network-permission v1.0.1

Weekly downloads
-
License
BSD-2
Repository
-
Last release
3 years ago

React Native Local Network Permission

A temporary lib to handle the local network permission after iOS 14

Getting started

$ npm install react-native-local-network-permission

$ yarn add react-native-local-network-permission

Usage

import { checkLocalNetworkAccess, requestLocalNetworkAccess } from 'react-native-local-network-permission';

//you need to make sure the local network permission dialog popup once
const result = await requestLocalNetworkAccess();

//then use checkLocalNetworkAccess when you need
const result = await checkLocalNetworkAccess();
//here run the code depends local network access