Geoff C.-F. Chen

Results 13 comments of Geoff C.-F. Chen

My solution ``` const [show, setShow] = useState(false); const [date, setDate] = useState(new Date()); const onDateChange = (event, date) => { if (event.type === "dismissed" || event.type === "set") {...

> @tuanthanh2067, Have you solved the issue? I was getting the same issue, which was solved by adding `margin-bottom` in the theme. > > ```js > events={eventsByDate} > timelineProps={{ >...

I also found that remove isAnimated can solve my problem. Does anyone know how to fix this bug?

Same here... I thought that I did something wrong..... Thank god, I see all of you see the same issue. Should I just go to sleep or wait....?

I got exactly the same issue. Hopefully it will be fixed soon. ![IMG_4559](https://github.com/user-attachments/assets/c28723f7-8310-487e-8804-deaadb00f835)

Hi, @mshmoustafa After updating to 8.0.1, ios version does work. However, android does not work. when I use the following code to print out offerings.all ``` useEffect(() => { setLoading(true);...

Hi @mshmoustafa Thank you for helping out. here is the output ``` { "current_offering_id": "Standard", "offerings": [ { "description": "The standard set of products", "identifier": "Default", "metadata": null, "packages": [...

Hi @mshmoustafa I found that Android returned the correct offerings without missing any objects today. Maybe you guys have fixed it? thanks. for ios, I got ``` { "Default": {...

@joshdholtz, Hey. Thanks for the information. Just to note that I am using "react-native-purchases": "8.0.1", "react-native-purchases-ui": "8.0.1" and although template 7 works on iOS, it does not work on Android...