google text input created

This commit is contained in:
Sanidhya Kumar Verma
2024-08-30 15:19:58 +00:00
committed by GitHub
parent 09cc5d3aa3
commit fba9c66389
3 changed files with 99 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
import { Text, View } from "react-native";
const FindRide = () => {
return (
<View>
<Text>Find Ride</Text>
</View>
);
};
export default FindRide;