react-native-mobx icon indicating copy to clipboard operation
react-native-mobx copied to clipboard

Scene transition example

Open SteveEmmerich opened this issue 8 years ago • 1 comments

Hi I was wondering if you had an example of having multiple scenes and transitioning between them? I have looked at the RNRF package, but I was wondering if it was different in the Mobx version.

SteveEmmerich avatar Sep 25 '16 15:09 SteveEmmerich

Hi! Transitions are almost the same as RNRF...All you need is just import Actions from react-native-mobx.

johneisenheim avatar Jul 21 '17 21:07 johneisenheim