Grid issue #2764
Unanswered
pikpakweb700
asked this question in
Q&A
Grid issue
#2764
Replies: 1 comment
-
Hi! Thanks for sharing — this issue with Grid not working on Android and ios is known and will be fixed soon. Appreciate your patience 🙌 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
import { View } from "react-native";
import { Button, ButtonText } from "@/components/ui/button";
import { Grid, GridItem } from '@/components/ui/grid';
import { Text } from "@/components/ui/text";
import { Card } from "@/components/ui/card";
import { Heading } from "@/components/ui/heading";
import { HStack } from "@/components/ui/hstack"
export default function Index() {
return (
);
}
function Example() {
return (
<Grid
className="gap-4"
_extra={{
className: "",
}}
hi this is my code for grid this is working fine on web but on android its not working
Beta Was this translation helpful? Give feedback.
All reactions