Skip to content

Commit 8bb39ca

Browse files
authored
Update README.md
1 parent 9c142e0 commit 8bb39ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ An MVP arch is used with a redux store as the 'Model'. This approach allows max
3939
User interaction -> Dispatch Action -> new state (reduce) -> view rendered by presenter
4040

4141
## "Dumb Views"
42-
Views in this arch are truely 'dumb' - they should contain nearly no logic. They are responsible for rendering the view based on the `ViewState` given to them by the presenter.
42+
Views in this arch are truely 'dumb' - they should contain nearly no logic. They are responsible for rendering the view based on the `ViewState` given to them by the presenter. They are implemented for each platform and utilize native UI SDKs and libs for each platform. Android uses Fragments and iOS uses UIViewControllers.
4343

4444
## Presenters
4545

0 commit comments

Comments
 (0)