🆕 Want to send, receive, and manage emails programmatically through an API?
We have a new doc about how to do that with @resend and Expo. There is a video embedded in there as well.
I just found out that React Compiler won't be compiling your components if you manually use useCallback and forgot to add something to the dependency array
I haven't tested this with useMemo but i assume it will be the same
On the left count is missing in the dependency array, and the compiler won't compile the component
On the right the deps array is correct and React Compiler works
I found something @expo
Using expo image picker, you don’t get to know when an image is on iCloud and needs to be downloaded before making use of it.
Or is there a way to go about it ?