import React from 'react'; import {View} from "react-native" class YRSearchBar extends React.Component{ constructor(props){ super(props); this.state={ name:'YRSearchBar' }; } render(){ return } } export default YRSearchBar;