An open API service indexing awesome lists of open source software.

https://github.com/wavelop/reactnativemultilanguageapp

An example of how to create a self-made multi-language in react native.
https://github.com/wavelop/reactnativemultilanguageapp

i18n mobile multilanguage react react-native

Last synced: 12 months ago
JSON representation

An example of how to create a self-made multi-language in react native.

Awesome Lists containing this project

README

          

# ReactNativeMultiLanguageApp
This app is an example of how to create a multi-language without any library in react-native.

You can see the complete guide at this [link](https://wavelop.com/en/story/implementing-multi-language-without-any-library-in-react-native/)

## Requirements

* Node
* react-native-cli

## Setup instructions

```
cd ReactNativeMultiLanguageApp
npm install

react-native run-ios ---> IOS
react-native run-android ---> ANDROID
```