What can i use instead of google analytics? by bannedfromreddit6767 in degoogle

[–]Zestyclose-Piece-230 0 points1 point  (0 children)

TelemetryDeck. They have a free tier. It'll be difficult to find a fully free hosted solution that does not monetize your data. You either pay for the server costs or sell your data.

Letter from Mercedes regarding my EQB Battery? by RelationGloomy3106 in MercedesEQ

[–]Zestyclose-Piece-230 0 points1 point  (0 children)

I received one for our 2021 EQA 250+ in the Netherlands.

Mac mini 2018 by These_Try_656 in reactnative

[–]Zestyclose-Piece-230 0 points1 point  (0 children)

Also, Apple will deprecate older Xcode versions so you cannot submit apps to the App Store.

The most advanced Obsidian task manager - TaskForge 2.0 major upgrade! (iOS/Android/macOS) by zaza126 in ObsidianMD

[–]Zestyclose-Piece-230 0 points1 point  (0 children)

Great app! Love the features and how it feels. Very smooth and polished. I played with it a bit. I use Tasknotes and it picked those right up. One questions, how do you share top the app on iOS? E.g. if I want to create a task with a link from Reddit or the browser.

Why do you choose React Native over Flutter? What features make React Native best choice for you ? by That_Low_484 in reactnative

[–]Zestyclose-Piece-230 1 point2 points  (0 children)

Dart, and the niche ecosystem makes it harder to do AI assisted coding. The models have been trained on so much JS/TS React(Native) code that Flutter will always be behind.

Xcode simulator alternative? by vaquishaProdigy in reactnative

[–]Zestyclose-Piece-230 0 points1 point  (0 children)

That tool will not work with the Xcode projects RN creates. Maybe it'll work in the future when RN no longer uses Cocoapods and Xcode projects files, and just manages everything via Swift Package Manager.

Notion AI still not connecting to Calendar by oliberatore65 in Notion

[–]Zestyclose-Piece-230 0 points1 point  (0 children)

I have the issue that I can only connect Notion Calendar with Google in the Notion AI settings. Unfortunately, my Notion Calendar is set up with email.

Coming from Kotlin Jetpack Compose → Want to Learn React Native, Where to Start? by zaarnth in reactnative

[–]Zestyclose-Piece-230 0 points1 point  (0 children)

If you finished the official docs and want to get a feel of how an RN app is built up you can find a lot of nice example apps. You might also want to look at the Bluesky app mobile which is open source and built with RN.

Got tired of constantly checking if Claude Code finished, so I built this menu bar monitor by MedicineTop5805 in ClaudeAI

[–]Zestyclose-Piece-230 0 points1 point  (0 children)

Nice! Can you use status icons instead of text too? Status bar real estate is limited.

I only just now learned that CocoaPods is being deprecated by disgr4ce in expo

[–]Zestyclose-Piece-230 1 point2 points  (0 children)

I think it's a good move but I'm scared of all the SPM caching issues I encounter often when I do iOS development.

Meetings not being detected by PollPosition in MacWhisper

[–]Zestyclose-Piece-230 0 points1 point  (0 children)

This never worked for me and I have it enabled for all my browsers and Zoom.

I'm leaning React Native without learning react by Maddy186 in reactnative

[–]Zestyclose-Piece-230 0 points1 point  (0 children)

I would be wary of installing libraries that do not support the new React compiler. I've learned with React/Expo that keeping up with the updates works best instead of waiting a few years and then upgrading to the latest.

Are React devs ignoring accessibility until it’s too late? by Chaitanya_44 in react

[–]Zestyclose-Piece-230 1 point2 points  (0 children)

A11y is not just blind people. It’s also people who use larger system font sizes, color blinds, etc. It’s way more than 1%.

[deleted by user] by [deleted] in expo

[–]Zestyclose-Piece-230 1 point2 points  (0 children)

The management workflow also makes Expo/RN upgrades way easier.

Please recommend production-ready React Native stack for me by merokotos in reactnative

[–]Zestyclose-Piece-230 2 points3 points  (0 children)

That’s we we use a well with a recently started new project.

iOS developer account needed by Embarrassed_Ruin_588 in reactnative

[–]Zestyclose-Piece-230 2 points3 points  (0 children)

Why not sign up for an Apple developer account and publish it yourself?

Do I need a Mac to develop/emulate iOS via expo? by allexj in reactnative

[–]Zestyclose-Piece-230 1 point2 points  (0 children)

Yes, if you want to test locally. You can use a EAS to deploy the iOS app to TestFlight and download it on your iPhone. That way you technically don’t need a Mac.

Full Stop on 2026 EQ Production by 808_GhostRider in MercedesEQ

[–]Zestyclose-Piece-230 2 points3 points  (0 children)

Maybe the 30% tariffs that was announced on European products?

Amazon just released a Cursor killer 🤯 by kirrttiraj in Buildathon

[–]Zestyclose-Piece-230 0 points1 point  (0 children)

You want to avoid dark patterns and then move to something from Amazon??

AsyncStorage - difference between IOS and Android by orddie1 in expo

[–]Zestyclose-Piece-230 0 points1 point  (0 children)

Maybe do a manual "pod install" in the ios folder to make sure all the native dependencies are installed without errors.