Stefan Majiros - Tech Blog About Mobile App Development w/ React Native

I write tech articles about how to develop custom mobile apps (with React Native and serverless cloud), tech tutorials for other developers, building MVPs, share my personal opinions on the hiring process.

Recent posts
Implementing React Native Localization (Example) Like a PRO 💖

Implementing React Native Localization (Example) Like a PRO 💖

This is short tutorial about implementing support for localizations in React Native apps. We will cover installation of required libraries, 2 main app localization strategies, code + folder structure for localizing text strings and dates, and we will also demonstrate translating JSON locale strings into multiple languages using Google Cloud Translate API. I can think of two main localization strategies of how localization is handled in mobile apps: app localization is taken from device localeapp can use custom localization (different than device locale)Which one to choose, is philosophical a.k.a business question. Me personally as a developer, I prefer