Skip to content

Instantly share code, notes, and snippets.

View Abhishek12345679's full-sized avatar
🦉
Learning Flutter

Abhishek Sah Abhishek12345679

🦉
Learning Flutter
View GitHub Profile
const MyTabBar = ({ state, descriptors, navigation }) => {
return (
<View
style={{
position: "absolute",
bottom: Dimensions.get("window").width / 20,
flexDirection: "row",
justifyContent: "center",
alignItems: "center",
height: 65,