React-native-router-flux: Schema support for release 3.0

Created on 12 Mar 2016  路  2Comments  路  Source: aksonov/react-native-router-flux

If someone could help and implement it in 1-2 days, drop line here and prepare PR for branch 3.0alpha.

help wanted

Most helpful comment

Also unit tests (for Schema) would be very helpful. Note, 3.0alpha still have a lot of missed functionality, but basic routing works. Swipe back works! :)

All 2 comments

3.0 release doesn't have any docs, please check Example and unit test, it is quite self-explanatory. Now it has everything as Scene element and unique key is required for each (not name).
All routing data (scenes) could (and maybe should) be defined during compile time so this release will not have problem "action is not defined" when some component tries to call action within componentDidMount.

Also unit tests (for Schema) would be very helpful. Note, 3.0alpha still have a lot of missed functionality, but basic routing works. Swipe back works! :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xnog picture xnog  路  3Comments

basdvries picture basdvries  路  3Comments

moaxaca picture moaxaca  路  3Comments

kirankalyan5 picture kirankalyan5  路  3Comments

wootwoot1234 picture wootwoot1234  路  3Comments