Likewise, I was hoping seeing Expo suggested from the official RN docs would help, but there's still too much friction. I attribute some of the blame to people relying on very dated content from StackOverflow, Reddit, etc. The space is changing too fast to reference year(s) old data.
Posts by keith
Expo shaking these old misconceptions has got to be one of the biggest hurdles they face. I see this all the time people not realizing modern Expo has removed all these limitations.
Charts looking good ๐ช
I'm ready for React 19 when we can get rid of the `forwardRef` in the custom component implementation!
Anyone else get stuck in the loop of trying to learn/read everything on new tech before actually building?
It does look great and I looked into it! It didnโt look like it utilized a Flatlist under the hood however, which was what I originally wanted to do.
Refactored my react native flatlist drag & drop demo app and things feeling really close. Just tuning the autoscroll and hope to release it soon.
have you looked at: github.com/hirbod/react... ?
Haven't done anything NFC and this article is a few years old, but maybe something to gain from it: blog.logrocket.com/using-nfc-ta...
`onPressIn` and `onPressOut` don't need to be worklets. Probably won't fix your issue, but FYI.
If you put an example in Expo Snack of your issue I'll take a look
Looks great! ๐
sounds interesting. Drop some videos of it in action!
One of my favorite packages. I use it with all my projects.
I've been wanting to use Zed editor more, but one thing really bugging me is the autocomplete orderings when working on my React Native projects. VSCode just seems to order the suggestions so much more logically. Anyone else run into this?
You are not forced to use any paid services at all when using Expo and are not tied into any workflows/processes when starting with Expo. You are still in complete control.
subscribed! is there a way to share topics or ideas that could be featured in future issues?
Now make Pac-Man
Thanks for sharing! I don't have the auto-scroll when dragging to the edges of the view but looks like yours might! Will definitely look.
Here's my code if any of it useful -- again, very rough draft still: github.com/keithluchtel...
Been toying around in React Native with draggable items within FlatList. Rough around the edges, but coming together. Uses Reanimated and causes no re-renders until gesture is complete and item is moved.
Some great new features now released on Victory Native including animations for pie charts, scrolling chart data, pan and zoom and more from @ezibs.bsky.social @keithluchtel.com and others
commerce.nearform.com/open-source/...
Very fair point
still wishing it wasn't renamed Tanstack-Query ๐ญ
Iโll have to look at this again, last time I looked I donโt think it supported separating different nodes to different storage backends. I think that was my inspiration for my implementation so I could put auth related info in a secure store
Also, does MST have a standard recipe for persisting/rehydrating data? Last I looked, Ignite was storing everything in AsyncStorage.
I ended up writing my own persistence layer awhile ago, but curious if there's a new standard: github.com/FormidableLa...
It's been a minute since I've played with MST. How does it compare these days to Valtio?
I just got a subscription the other day to trial it. Been really enjoying it as well so far.
Seems worth the $20!
Confirmed it works. Thanks for fixing ๐
Still occurring. I'm having the issue in Safari, but seems to work in Chrome.
Very cool! When clicking the link I'm only seeing 8 demos. Do you have to be subscribed and/or logged in to view them all?