Daniyal857 / TranslationApp

React Native RTL Layout Tutorial Demo App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native RTL Layout Tutorial Demo App

Files for React Native Right to Left layout and Arabic translation tutorial.

Libraries or tools used

  • React Native v0.62
  • React Navigation v5
  • react-18next
  • react-native-restart

Useful links

Running the app in simulator

To run the app you need yarn package manager. Once you have yarn installed, clone the repo and navigate to it's directory in terminal and run the following commands:

## to install the dependencies
yarn
## to run the app on iOS
cd ios/ && pod install && cd ..
react-native run-ios
## to run the app on Android
react-native run-android

Screenshots:

iOS React Native LTR/RTL English/Arabic

Android React Native LTR/RTL English/Arabic

About

React Native RTL Layout Tutorial Demo App


Languages

Language:Java 27.0%Language:JavaScript 23.7%Language:Ruby 22.4%Language:Objective-C 18.8%Language:Starlark 8.1%