Ran into an issue where, after running presentViewController and subsequently dismissViewControlller from RNSwipeViewController's rightViewController, the RNSwipeViewController would force itself back to displaying centerViewController instead of sticking with the rightViewController. RNSwipeViewController will now suppress its viewWillAppear method if a presentedViewController is in the process of being dismissed.
Ran into an issue where, after running presentViewController and subsequently dismissViewControlller from RNSwipeViewController's rightViewController, the RNSwipeViewController would force itself back to displaying centerViewController instead of sticking with the rightViewController. RNSwipeViewController will now suppress its viewWillAppear method if a presentedViewController is in the process of being dismissed.