| 1 | import React, { Component } from 'react' |
| 2 | import { StyleSheet, StatusBar, Alert, Text, View, Slider, TouchableOpacity, Switch, ActivityIndicator, ScrollView, Platform } from 'react-native' |
| 3 | |
| 4 | import SystemSetting from 'react-native-system-setting' |
nothing calls this directly
no test coverage detected