google text input created
This commit is contained in:
committed by
GitHub
parent
09cc5d3aa3
commit
fba9c66389
@@ -0,0 +1,11 @@
|
||||
import { Text, View } from "react-native";
|
||||
|
||||
const FindRide = () => {
|
||||
return (
|
||||
<View>
|
||||
<Text>Find Ride</Text>
|
||||
</View>
|
||||
);
|
||||
};
|
||||
|
||||
export default FindRide;
|
||||
Reference in New Issue
Block a user