File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
source/views/settings/screens Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11import * as React from 'react'
22import { StyleSheet , Text , SectionList } from 'react-native'
3+
34import restart from 'react-native-restart'
4- import * as storage from '../../../lib/storage'
55import { NativeStackNavigationOptions } from '@react-navigation/native-stack'
6+
67import { CellToggle } from '@frogpond/tableview/cells'
78import { ListEmpty , ListSectionHeader , ListSeparator } from '@frogpond/lists'
89import * as c from '@frogpond/colors'
9- import { AppConfig , FeatureFlagType } from '@frogpond/app-config'
10- import { groupBy , orderBy } from 'lodash'
1110import { LoadingView , NoticeView } from '@frogpond/notice'
1211import { toLaxTitleCase } from '@frogpond/titlecase'
1312import { Touchable } from '@frogpond/touchable'
13+ import { AppConfig , FeatureFlagType } from '@frogpond/app-config'
14+
15+ import { groupBy , orderBy } from 'lodash'
1416import { commonStyles } from '../../../../modules/navigation-buttons/styles'
17+ import * as storage from '../../../lib/storage'
1518
1619export const FeatureFlagsView = ( ) : JSX . Element => {
1720 let [ loading , setLoading ] = React . useState ( true )
You can’t perform that action at this time.
0 commit comments