ViewController-for-Framer
ViewController-for-Framer copied to clipboard
make .back() accept views, too
I'd like to request for this too. For example if I have a button, and call "Views.back()" on the onClick, it simply returns me to the first screen. Not the screen prior to this.
@justinhma that's weird. If you've used any of the built-in animations (eg. slideIn) to get to the screen in question, it should always return to the prior one when you use Views.back(). Do you have an example project?