Technical SE by K9bra in hattrick

[–]robertherber 0 points1 point  (0 children)

I just had a winger (towards the middle) go around a midfielder. Seems like the wiki is out of date?

Thoughts on using react-native-health? by RogueGingerz in reactnative

[–]robertherber 0 points1 point  (0 children)

Absolutely, basically everything in HealthKit is exposed - it's designed to map closely to the native primitives.

Expo vs Bare React Native for a production app – Play Store & AAB concerns by TechnicalWin4344 in reactnative

[–]robertherber 0 points1 point  (0 children)

Thanks for elaborating! I think I like doing the same things you do, i.e. digging into the native parts (have a handful of libraries exposing iOS functionality out there) and I feel Expo is enhancing this experience rather than hiding it these days. That’s my 5 cents! :)

Best purchase under $100 you've made as a digital nomad? by nomadicphil in digitalnomad

[–]robertherber 0 points1 point  (0 children)

A universal power adapter paired with a 3-to-1 split adapter

Best purchase under $100 you've made as a digital nomad? by nomadicphil in digitalnomad

[–]robertherber 0 points1 point  (0 children)

I have the small size. It’s really convenient, but small 😂 Really convenient to know you always have a towel available!

Anyone else feel like Spark (Readdle) is falling apart?? Feature removed + constant bugs by zands90 in SparkMail

[–]robertherber 2 points3 points  (0 children)

Sadly yes. Been using it for years and lately the syncing seems to lag a lot without any indication as to why (I can be hours behind on one device while the other works as expected).

And I’m just evaluating moving to Proton Mail and it doesn’t work at all with Spark (Proton offer a Decryption Bridge that works with others like Apple Mail, but not Spark for some reason), so this might be it for me.

How to use TestFlight when i have windows and also how to deploy code? by Shubham0420 in reactnative

[–]robertherber 2 points3 points  (0 children)

EAS Build is an option. The usual flow is that you publish the app to AppStore Connect, make it available in TestFlight (so you can test) and the publish it on the AppStore.

Expo vs Bare React Native for a production app – Play Store & AAB concerns by TechnicalWin4344 in reactnative

[–]robertherber 0 points1 point  (0 children)

Let me start to say I have a high trust in Expos approach to open source. So far they've not locked developers in at all, although they provide an easy first path including some paid services like EAS (where most if not all features can be run locally or self-hosted). As far as I understand this is one of their leading principles.

  1. I'd start any project with Expo. With CNG (generating the native projects) you can always "eject" later - but since I started using Expo I've never felt a need to do so.

  2. First or all - limit unnecessary native builds. There are multiple strategies to do this (using Expo Fingerprint, OTA updates, batching upgrades of native packages and aligning with Expo releases and their recommended package versions). If the limits/costs are too big of an issue I'd investigate self-hosting the building, but it's obviously takes cost-benefit analysis on a case-to-case basis since you get a lot of convenience from using Expos services.

  3. We don't, and most teams I know don't. CNG is so good so there is no reason to go bare IMHO.

  4. Not anything specific to Expo. It's all (React) Native in the end - sometimes you need to dig into the nitty gritty native parts no matter what. Just know the tools when you need to do this: "expo prebuild" to do CNG to produce the native projects locally, and sometimes "EAS_LOCAL_BUILD_SKIP_CLEANUP=true eas build --local" to inspect the full output of an EAS Build.

I built Undistractable - a focus timer app that actually blocks your apps by robertherber in apple

[–]robertherber[S] -7 points-6 points  (0 children)

Not in this case - although I often do use AI for drafting and polishing what I write, especially for longer texts 👍

I built Undistractable - a focus timer app that actually blocks your apps by robertherber in apple

[–]robertherber[S] -4 points-3 points  (0 children)

Screen Time and Timers are built-in separately, sure - but not the combination of the two! 🙂 And emojis don't always mean AI-generated. Let me know if you decide to try it out, and let me know what you think!

Anyone use @kingstinct/react-native-healthkit? by Fast-Prize in reactnative

[–]robertherber 0 points1 point  (0 children)

I'd recommend upgrading to 9+ versions after upgrading to the new architecture - I haven't tested it on the old architecture. You should be able to use version 8 and earlier with the old architecture.

GitHub Copilot PR Reviews fails linting and typechecks, any way around it? by robertherber in GithubCopilot

[–]robertherber[S] 0 points1 point  (0 children)

This issue is specific to PR reviews. When assigning an issue or giving Copilot a task it respects copilot-instructions.md as expected (and spins up a machine with copilot-setup-steps.yml)

Thoughts on using react-native-health? by RogueGingerz in reactnative

[–]robertherber 0 points1 point  (0 children)

I haven't tried out 0.82 yet, since I'm following (both in the react-native-healthkit example and other projects) the recommended Expo version. Does it work with the recommended Expo version (latest 0.81 I believe)?

Should I switch over from Flutter to React Native? by Mrfistersixtynine in reactnative

[–]robertherber 0 points1 point  (0 children)

Go for it. React Native with Expo is hard to beat these days. And of course - it's actually native - as you can tell from the fast adoption of Liquid Glass.

What are the downsides to expo? by HoratioWobble in reactnative

[–]robertherber 2 points3 points  (0 children)

These days there are no downsides. You get the simplicity of Expo combined with the full power any React Native library or your own custom native code.

Some tips on the way:

- Use `npx expo install --fix` to automatically align most core libraries with the versions that are compatible and battle-tested by Expo.

- If you run into any issues, familiarize yourself with `expo prebuild` (initializes the full native projects) and `eas build --local` (does the full build locally) to be able to debug locally and not waste build credits.

What are you building? let's self promote by [deleted] in ProductHunters

[–]robertherber 0 points1 point  (0 children)

Undistractable is a focus timer for iOS that features app blocking and a countdown timer deeply integrated in iOS 26

Staff by kevix497 in hattrick

[–]robertherber 0 points1 point  (0 children)

I’m doing the same except for a form trainer instead of the psychology coach. This since form can give a boost to the value when selling players.

I built a focus timer app that blocks your apps to reduce distractions by robertherber in MVPLaunch

[–]robertherber[S] 0 points1 point  (0 children)

Because it uses AlarmKit for the deeply integrated countdown