keith
keithluchtel.com
keith
@keithluchtel.com
React Native | OSS | Director of Engineering @ Nearform
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.
April 17, 2025 at 2:30 PM
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.
April 15, 2025 at 3:01 PM
Charts looking good 💪
March 26, 2025 at 2:10 PM
I'm ready for React 19 when we can get rid of the `forwardRef` in the custom component implementation!
February 27, 2025 at 2:18 PM
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.
February 8, 2025 at 1:04 PM
have you looked at: github.com/hirbod/react... ?
January 29, 2025 at 3:55 PM
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...
January 29, 2025 at 3:53 PM
`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
January 17, 2025 at 7:55 PM
Looks great! 📈
January 13, 2025 at 4:16 PM
sounds interesting. Drop some videos of it in action!
January 2, 2025 at 7:34 PM
One of my favorite packages. I use it with all my projects.
January 2, 2025 at 5:20 PM
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.
December 19, 2024 at 5:16 PM
subscribed! is there a way to share topics or ideas that could be featured in future issues?
December 19, 2024 at 5:14 PM
Now make Pac-Man
December 18, 2024 at 2:08 PM
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...
GitHub - keithluchtel/draggable-list
Contribute to keithluchtel/draggable-list development by creating an account on GitHub.
github.com
December 16, 2024 at 2:34 PM
Very fair point
December 13, 2024 at 5:59 PM
still wishing it wasn't renamed Tanstack-Query 😭
December 13, 2024 at 4:48 PM
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
December 11, 2024 at 9:11 PM
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...
December 11, 2024 at 8:29 PM
It's been a minute since I've played with MST. How does it compare these days to Valtio?
December 11, 2024 at 8:10 PM