No Apple News in Europe?!
And If we can access the Apple News API, that idea might actually work.😝
@saulsharma.com.bsky.social
✦ Building the first-ever 1-man 🦄 unicorn SportApp.AI ✦ Shitposting about React Native, Mobile, Web, Go, JS, PHP ✦ Built ReplyBrain (Product of the Day), LogoTip
No Apple News in Europe?!
And If we can access the Apple News API, that idea might actually work.😝
Apple News in React Native
👀 Apple News built with React Native!
The best part? Works flawlessly on Android, iOS, and the Web with 100% shared code! 🚀
• Background Podcast Player
• Swipe-To-Next News Screens
• Sports Scores, Topic Pages
• Share Routes, Expo 52
...and so much more!
Stay tuned 👊
For those curious about the product, it is digijump.com
It is a complete rewrite of their Windows app to Android. Just recently started it, but the UX difference is already day and night difference (previously was Electron PWA wrapped as app)
React Native on this app handles everything else beyond serial protocol. Real-time sensor processing to workout logic to backend sync.
So next time someone says "React Native can't handle hardware", hand them a resistive band 💪😂
The architecture is clean: native Kotlin modules handle the low-level USB serial protocol for our ECB (for resistance/force data calculations) and separate Bluetooth heart rate monitors connections. (Also maintains smooth UX on Android)
17.11.2024 04:41 — 👍 2 🔁 0 💬 0 📌 0I'm working on a fitness tracking project that handles real-time USB comms with custom built ECB hardware, processing 1000+ sensor readings/sec, and separate BLE modules for heart rate monitor.
17.11.2024 04:41 — 👍 2 🔁 0 💬 1 📌 0One of the common misconceptions about React Native is its capability to handle physical hardware interactions.
React Native isn't just for Top Charts from App Store apps 😉
It's solid for serious hardware projects too 🤖
Find out how I’m doing it in this thread 👇