Lukas Müller
wookbot.de
Lukas Müller
@wookbot.de
fullstack engineer
react-native engineer

WookieFPV on Github / X
alias ncu='bunx npm-check-updates'

really handing to upgrade deps.
-i for interactive
April 19, 2025 at 3:07 PM
It's open source, of course: github.com/WookieFPV/li...

Feel free to give it a spin and let me know if it works for your project.
It worked for mine and for the Bluesky app (shown in the screenshot)
GitHub - WookieFPV/list-config-plugins: Find all packages that have an expo config plugin
Find all packages that have an expo config plugin. Contribute to WookieFPV/list-config-plugins development by creating an account on GitHub.
github.com
January 17, 2025 at 8:20 PM
Glad I could help!
Looking forward to seeing you at appjs conference! 🚀
December 6, 2024 at 11:03 PM
If you are using nested json it could happen that some keys get overriden with objects.
Having an key like shooting.action.accept.ok.body would cause a similar error.

example with 2 keys named "foo" & "foo.bar".
foo will get overriden and will fail.

nested json:
{
"foo": {
"baz": "..."
}
}
December 6, 2024 at 1:19 PM
Thats weird.
I am using i18next with react-native and that works fine for me.

how are you loading your translations (and what format)?
December 6, 2024 at 1:13 PM
Those Improvements are for the core Animated module, right ?

I guess most Apps are using reanimated.
But awesome for Apps/Libaries that that use the build in Animated
November 26, 2024 at 10:41 PM
It's always nice when React-Native is getting some Love.
React-Native has some unique challenges and rough edges.
Especially DevTools are not on the same level as on the web.
DevTools in general have always been a difficult topic 😅
The expo react-query devtools are really helpful.
November 25, 2024 at 9:37 PM
These improvements sound great!🎉
This will make it much easier to improve perf.
Most Apps currently are probably still fetching on inactive screens
November 25, 2024 at 9:18 PM
Now you've got me hyped! 🚀
Can't wait to see what you two are cooking up.
Any chance for a little sneak peek? 👀
@hirbod.dev
November 25, 2024 at 2:50 PM
My current project is using trunk-based development. Was skeptical at first (the concept sound crazy), but it worked well so far. Merge conflicts are rare. But its definitely a trade-off
November 22, 2024 at 7:39 PM