Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 736 Bytes

File metadata and controls

25 lines (21 loc) · 736 Bytes

Multi-language Support with i18n in React Native

🌍 Learn how to add multi-language support to your React Native app using i18n-js and Expo Router. Make your app ready for users around the world! Screenshot

📖Read blog post

https://reactnativespace.com/tutorials/multi-language-support-in-react-native

📘 Installation

Clone the repo to your directory and install the packages through npm using:

npm install

🔬 Run

Run the project with Metro Bundler

npx expo start

👇 Follow me;