Sergey Haikov
Sergey Haikov
It's a pretty common task - to rename an application you are building from the starter kit. So let's make it easy. Pepperoni app kit has a script for renaming...
Hello! Thank you for this amazing starter kit! I spent almost all day trying to replace TabBar with DrawerLayoutAndroid. I can't get it works properly. I created this function in...
# Why When using `setStatusBarStyle` from `expo-status-bar` I noticed that there is no support for passing `animated` value which exists in [React Native API](https://reactnative.dev/docs/statusbar#setbarstyle). Making a quick PR to add...
Hi! I'm trying to upload an image on android with this code: ``` javascript var obj = { uploadUrl: config.API_URL + 'images', method: 'POST', headers: { ...config.HEADERS, 'Authorization': 'Bearer '...
Hello, During the migration to v3 I noticed that `defineNitroPlugin` is not exported from any `nitro/*` packages in the same way as `defineTask` or others. The only way I've found...
### What version of Bun is running? 1.3.4 ### What platform is your computer? _No response_ ### What steps can reproduce the bug? When running `bun install` inside Claude Code...