Skip to content

Commit 1ea6d4e

Browse files
committed
add readme
1 parent f13448b commit 1ea6d4e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# React Native Multi Language App Demo
2+
3+
> A react native app with multi language example using [react-native-localize](https://github.com/react-native-community/react-native-localize)
4+
5+
### Clone the repo
6+
7+
```bash
8+
$ git clone https://github.com/vikrantnegi/react-native-multi-language-app.git
9+
```
10+
11+
### Install the dependencies
12+
13+
```bash
14+
$ yarn
15+
```
16+
17+
### Run the app
18+
19+
```bash
20+
$ react-native run-ios
21+
$ react-native run-android
22+
```
23+
24+
### License
25+
26+
MIT © [Vikrant Negi](https://github.com/vikrantnegi)

0 commit comments

Comments
 (0)