Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aksonov committed Mar 21, 2016
1 parent 3fba076 commit 88d55d9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ Router for React Native based on new React Native Navigation API.
- (new) Dynamically choose scene to render depending from application state (`Switch` renderer, useful for authentication)
- (new) Possibility to use own reducer for navigation state.

## Beta status
- This version is beta, for more stable work use 2.x version from `2.x` branch,
[README for 2.x](https://github.com/aksonov/react-native-router-flux/blob/2.x/README.md)
- React Native 0.22-rc is supported, it could not work with earlier or later versions

## IMPORTANT! Breaking changes comparing with 2.x version:
- React Native 0.22 is required
- `Router` is root container now and should not be nested. For nested scenes you should use `Scene` element
- `Route` became `Scene`, now unique `key` attribute is required for each scene (it was `name` attribute before)
- Define all your scenes on top-level, not within `Router` as before (see Example)
Expand Down

0 comments on commit 88d55d9

Please sign in to comment.