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.
- Host: GitHub
- URL: https://github.com/wavelop/reactnativemultilanguageapp
- Owner: Wavelop
- Created: 2019-08-10T18:55:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:50:08.000Z (over 3 years ago)
- Last Synced: 2025-05-13T17:47:33.847Z (about 1 year ago)
- Topics: i18n, mobile, multilanguage, react, react-native
- Language: JavaScript
- Homepage:
- Size: 4.07 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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
```