react-native-thomas

open sys settings page and sub pages with react-native for iOS


Keywords
iOS, react-native, settings, page
License
MIT
Install
npm install react-native-thomas@0.0.3

Documentation

react-native-thomas

Requirements

  • iOS 8.0 or later

features

  • /// open wifi page :RDSysPageWifi(无线网络)
  • /// open buletooth page :RDSysPageBluetooth (蓝牙)
  • /// open hotsopt page :RDSysPageHotspot (个人热点)
  • /// open about page :RDSysPageAbout (关于)
  • /// open General :RDSysPageGeneral(通用)
  • /// open Cellular :RDSysPageCellular(蜂窝移动)
  • /// open iCloud :RDSysPage_iCloud
  • /// open iCloud strorage :RDSysPage_iCloudStorage
  • /// open app store :RDSysPageStore
  • /// open notification :RDSysPageNotification(通知)
  • /// open DISPLAY :RDSysPageDisplay(显示)
  • /// open Location :RDSysPageLocation(位置)
  • /// open Keyboard :RDSysPageKeyboard(键盘)
  • /// open DateTime :RDSysPageDateTime(日期时间)
  • /// open VPN :RDSysPageVPN
  • /// open Phone :RDSysPagePhone(电话)
  • /// open Sounds :RDSysPageSounds(声音)
  • /// open Photos :RDSysPagePhotos(照片)
  • /// open Wallpaper :RDSysPageWallpaper(壁纸)
  • /// open BATTERY_USAGE :RDSysPageBATTERY(电池设置)
  • /// open ACCESSIBILITY :RDSysPageACCESSIBILITY(辅助功能)
  • /// open iOS SoftwareUpdate :RDSysPageSysUpdate(iOS 更新)

Installation

How To Use

Objective-C:

#import <RDThomas/RDThomas.h>
...
    [RDThomas openPage:RDSysPageWifi options:nil completionHandler:^(BOOL aSuccess) {
    }];

Installation

There are three ways to use SDWebImage in your project:

  • using CocoaPods
  • using Carthage
  • by cloning the project into your repository

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. See the Get Started section for more details.

Podfile

platform :ios, '8.0'
use_frameworks!
pod 'RDThomas'

Installation with Carthage (iOS 8+)

Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods.

To install with carthage, follow the instruction on Carthage

Cartfile

github "RichardLeeH/Thomas"

Installation by cloning the repository

Import headers in your source files

In the source files where you need to use the library, import the header file:

#import <RDThomas/RDThomas.h>

Licenses

All source code is licensed under the MIT License.