Beginning of moving Settings logic into respective components

This commit is contained in:
Mo Bitar
2019-01-07 16:42:28 -06:00
parent d498465251
commit 0a6ca8a80c
27 changed files with 163 additions and 164 deletions

View File

@@ -1,7 +1,7 @@
import React, { Component } from 'react';
import {View, Text, TouchableHighlight} from 'react-native';
import StyleKit from "../style/StyleKit"
import StyleKit from "@Style/StyleKit"
export default class SectionedOptionsTableCell extends Component {