Skip to content

Commit

Permalink
make demo more beatiful, use react-native-router-flux for easier navi…
Browse files Browse the repository at this point in the history
…gation
  • Loading branch information
Pavlo Aksonov committed Sep 17, 2015
1 parent 496d737 commit 5e1669f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
25 changes: 7 additions & 18 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Native iOS UITableView for React Native with JSON support.
- Native JSON support for datasource. If you need to display large dataset, generated Javascript will became very large and impact js loading time. To solve this problem the component could read JSON directly from app bundle without JS!
- Filter JSON datasources using NSPredicate syntax. For example you could select states for given country only (check demo)
- Create custom UITableView cells with flexible height using React Native syntax (TableView.Cell tag)
- Use tableview as menu to navigate to other app screen, see demo with ![Flux router for easier navigation](https://github.com/aksonov/react-native-form-flux)
- Use tableview as menu to navigate to other app screen, see updated demo with Flux router usage (https://github.com/aksonov/react-native-form-flux)

## Supports UITableView styles
- UITableViewStylePlain (TableView.Consts.Style.Plain)
Expand Down

0 comments on commit 5e1669f

Please sign in to comment.