import React from 'react' import { View, Text } from 'react-native'; import {connect} from 'react-redux'; function Support({}) { return ( ) } export default Support;