ricardok / react-native-i18n-demo

A working demo of an internationalized React Native to-do app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native i18n Demo

This is a working demo app built on React Native with the Expo toolkit.

You can see the app running on your phone by using the Expo Client App. Once you have the Client, visit https://expo.io/@mashour/react-native-i18n-demo and use the QR Code for Android or "Request a Link" for iOS to get the app running in your Expo Client.

Try switching your device language between English and Arabic to see the localization and different writing directions at work.

Install and Develop Locally

To install this app and play with the code locally on your machine, just do the following:

  1. Install the Expo CLI
  2. Clone this repo
  3. From the directory where you cloned this repo, run yarn or npm install
  4. Run exp start

You should now be able to see the development version of the app in your Expo Client and develop the code with live reloading.

Happy hacking :)

About

A working demo of an internationalized React Native to-do app

License:MIT License


Languages

Language:JavaScript 100.0%