@natebirdman@zoontek@entiendoNULL I agree they are essential libraries, but I still wouldn't put then into RN core - having then separate allows iterating on them faster and easier than as part of the core.
I feel like old arch was React Native make it work, new arch was make it right and now loving the make it fast era ✌️ shout out to all for making it happen 💪
@jamonholmgren Very interesting, thanks for the detailed sharing of your workflow. Couple questions:
1. How do you test mobile apps on the night shift?
2. How do you handle permissions, so agent doesn't go haywire, but you don't have to be there babysitting and giving consent to run a cmd?
@reactiive_ Yeah hard to fit all the info to a tweet 😅We use flashlist v2 as scroll component and I am using renderScrollComponent for it and it works on iOS. AI is saying that it works ios due to the delay it has, which isn't in android, and wants to patch package to add similar delay!
@reactiive_ Hey just gave pressto a try - we have the typical RN issue of highlight flicker when trying to scroll items that have onPress actions.
iOS works, but not Android - there I still see the opacity transition. Is it a known limitation (AI claims so!) or a bug on our end?
@jamonholmgren This has been my go to lately, sonnet 4.5 seems capable of most tasks for me, but there have been some that required Opus 4.5. But it uses tokens like crazy 😅
@mihinsaastais Tämmönen ei tosiaan ole vaikea tehdä AI avulla, mutta mitenkä datan syöttö, saatko jotenkin kätevästi datan sisään ettei tarvitse manuaalisesti syöttää? Pankeilla aika vaihtelevat käytännöt datan exporttaamiseen
Mobile UX question. If you have a button on one bottom tab that links to a screen typically found on another bottom tab, what is the proper way to handle presw?
- switch tabs to show it in that tab
- show the screen in the same tab
- show the screen in modal on top of tabs
?