You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is open source React Native application designed for students by students of the [NATIONAL UNIVERSITY OF WATER AND ENVIRONMENTAL ENGINEERING](http://en.nuwm.edu.ua/).
@@ -28,7 +38,7 @@ To build production version use this [instruction.](https://facebook.github.io/r
28
38
$ cd android && ./gradlew bundleRelease -PkeyPassword=<password> -PstorePassword=<password>
29
39
```
30
40
31
-
### Configuration
41
+
####Configuration
32
42
33
43
You can configure app by using configuration files in `/config` directory.
34
44
In development environment `production.js` will be overwritten by `development.js`.
@@ -45,7 +55,7 @@ In production environment `override.js` and `development.js` will be ignored.
45
55
If you have any error related to `override.js`, restarting metro bundler, or creating `override.js` file (if you haven't done this yet) can solve that error.
46
56
47
57
48
-
### Debugging
58
+
####Debugging
49
59
50
60
RN have a lot of tools for development purposes, more info you can find [_here_](https://facebook.github.io/react-native/docs/debugging).
51
61
@@ -75,6 +85,4 @@ but for our backend you should forward additional port by default it's `:3000`
75
85
$ adb -s <device name from "adb devices"> reverse tcp:3000 tcp:3000
76
86
```
77
87
78
-
**IMPORTANT:** For connecting to a local server from Emulator device use `http://10.0.2.2:3000` <ahref="https://developer.android.com/studio/run/emulator-networking"target="_blank">_(More info)_</a>
79
-
80
-
___
88
+
**IMPORTANT:** For connecting to a local server from Emulator device use `http://10.0.2.2:3000` <ahref="https://developer.android.com/studio/run/emulator-networking"target="_blank">_(More info)_</a>
0 commit comments