We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4595910 commit f52e1a1Copy full SHA for f52e1a1
source/views/settings/index.js
@@ -1,12 +1,12 @@
1
// @flow
2
+
3
import React from 'react'
4
import {StyleSheet, ScrollView, Platform} from 'react-native'
5
import {TableView} from 'react-native-tableview-simple'
6
import type {TopLevelViewPropsType} from '../types'
7
import * as c from '../components/colors'
8
9
import CredentialsLoginSection from './sections/login-credentials'
-// import TokenLoginSection from './sections/login-token'
10
import OddsAndEndsSection from './sections/odds-and-ends'
11
import SupportSection from './sections/support'
12
0 commit comments