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