1.0.0 • Published 7 years ago

react-native-sethttpdomain v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

react-native-sethttpdomain

React-Native plugin to set allowed HTTP domains for your app.

Usage

react-native addhttpdomain domain

Add domain to a list of allowed domains in your package.json and commit to the app Info.plist

react-native removehttpdomain domain

Remove domain from your package.json, and update Info.plist

react-native clearhttpdomains

Remove all domains from package.json and Info.plist. (leaves localhost alone)

react-native link

Applies saved settings from your package.json