react-native-navigation的迁移库

RNNSideMenuSideOptions.h 358B

12345678910111213
  1. #import "RNNOptions.h"
  2. #import "MMDrawerController.h"
  3. @interface RNNSideMenuSideOptions : RNNOptions
  4. @property (nonatomic, strong) Bool* visible;
  5. @property (nonatomic, strong) Bool* enabled;
  6. @property (nonatomic, strong) Double* width;
  7. @property (nonatomic, strong) Bool* shouldStretchDrawer;
  8. @property (nonatomic, strong) Double* animationVelocity;
  9. @end