Simon Reggiani
banner
sregg.bsky.social
Simon Reggiani
@sregg.bsky.social
🇫🇷 ➡️ 🇨🇦 - Mobile Engineer (React Native) at @livekindred.
Prev. @wealthsimple @poparide @slack
And I don't love it that much either 😂
June 28, 2025 at 1:45 AM
Who cares. It's usually in just one file. It's fine. And I like the visual clue of nestedness. Today I had a bug because a Provider was rendered too deep in the tree. It was pretty obvious after looking at that beautiful nested doll of a file.
June 28, 2025 at 12:21 AM
Have you guys enabled it for the native app as well?
June 9, 2025 at 6:07 PM
That's great to hear. So you just rely on plain react-native-web for the CSS part.
What about responsiveness or animations? Anything fancy?
May 30, 2025 at 2:51 AM
Do you have any resources about the performance issues of Nativewind? Is it slower on web or native or both?
Maybe @marklawlor.bsky.social can chime in too.
May 30, 2025 at 1:48 AM
I've also used Tamagui at a previous company and had a great time using it. But it was for a b2b type of app so there wasn't a huge emphasis on beautiful design (and more specific custom design) so Tamagui's UI lib worked well. I'd prefer to use something more barebone for the current company.
May 30, 2025 at 1:43 AM
Thanks Hailey.
Actually I meant Unistyles. I don't think Restyle works on web...
May 30, 2025 at 1:38 AM
Screenshot diffs from Maestro runs?
February 26, 2025 at 11:45 PM
That being said. For our use case of Friday night release, would just run a GH action a couple of hours after EAS build/submit to submit the new build for review. That would leave enough time for the build to be uploaded and processed by Apple.
Same for Android.
December 21, 2024 at 10:53 PM
The ideal would be an option in EAS submit to create a new version in ASC and submit that uploaded build for review. Hardcoded release notes would be enough for our use case.
December 21, 2024 at 10:51 PM
Would it be easy to wait for a build/submission in a Workflow?
December 20, 2024 at 9:44 PM
It's definitely technically feasible as ASC offers an API to create new releases and submit them for review.
medium.com/@colonal/app...
App Store Connect API: How To Add For Review App
Getting your app reviewed and onto the App Store is a crucial step in sharing your creation with the world. Traditionally, this process has been handled through the App Store Connect user interface…
medium.com
December 20, 2024 at 4:06 PM
I'm pretty sure those are only TF submissions not review. Same as using `eas submit` separately.
December 20, 2024 at 3:26 PM
Is there a way to automate that?
I see Fastlane has a `submit_for_review` param but I don't think EAS exposes that.
December 20, 2024 at 3:02 PM
Every afternoon we use EAS to build and submit a new version to TF and PlayStore internal tracks.
On Friday we also manually create a new version in App Store Connect and Play Store and submit the Friday's build for review (and release on Monday).
December 20, 2024 at 3:02 PM
Is there a way to automate that?
I see Fastlane has a `submit_for_review` param but I don't think EAS uses that.
December 20, 2024 at 3:01 PM
Oh and add this: `project: ['src/**/*.{ts,tsx}!'],`
December 16, 2024 at 2:24 PM
We just used it in our RN/Expo app.
Cleaned up so much code 🧹
Make sure to add **/*.ios.* and **/*.android.* to your ignore list in your knip.config.ts file.
December 16, 2024 at 2:11 PM
Haha. My take on Svelte would be pretty short. I'm afraid I'm a React maximalist. Mostly because there's no Svelte Native. React is truly write once, run everywhere.
December 13, 2024 at 2:28 PM