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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,5 +53,6 @@ In the redux world there are many ways to handle creation of async actions. `Th
53
53
## Navigation
54
54
In this app, Navigation is considered a side effect of the AppState. The `NavigationMiddleware` handles changing screens based on dispatched actions. The `NavigationMiddleware` takes an implementation of `Navigator` which is implemented for each platform.
55
55
56
-
#Tests
56
+
## Tests
57
+
57
58
Unforntunately ran out of time and do not have tests. Unit tests can be written in the common module and ran in JVM and native. Reducers are very simple to tests and quick to run.
0 commit comments