Skip to content

ReactNativeSchool/localization-class

Repository files navigation

React Native School Localization Class

Example project used in React Native School's class on Localization (supporting multiple languages).

You'll need to have the React Native CLI installed on your machine in order to follow along.

Installation

  • git clone https://github.com/ReactNativeSchool/localization-class.git
  • yarn install

Running

  • yarn run ios or yarn run android

If you're interested in learning more about React Native be sure to visit React Native School for dozens of React Native tutorials!