ohanhi / elm-native-ui

[CLOSED] Experiment: mobile apps in Elm using React Native.
BSD 3-Clause "New" or "Revised" License
1.54k stars 75 forks source link

Navigation experimental #44

Closed benansell closed 7 years ago

benansell commented 7 years ago

Adds Navigation Experimental demo of Card Stack navigation - see issue #11

Sorry about the large number of files - but it is dependant on 2 other PR's - I have tried to keep all the changes in small commits after the merges.

The aim of this PR is to get feedback on the changes required to support the NavigationExperimental component. In particular the component relies on 2 props that are functions that render react elements for a supplied state:

benansell commented 7 years ago

Closed as the changes have been split into separate PR's