
移动端
薛忠跃
这个作者很懒,什么都没留下…
展开
-
IOS实现监听模式变化
条件:react-native: 0.57.8;IOS:13+。1、自定义CustomViewController类创建CustomViewController类,添加traitCollectionDidChange方法。.h文件#import <UIKit/UIKit.h>NS_ASSUME_NONNULL_BEGIN@interface CustomViewController : UIViewController@endNS_ASSUME_NONNULL_END原创 2020-11-09 11:17:39 · 906 阅读 · 0 评论 -
IOS Native调用React Native平台
IOS Native调用React Native平台需求:由IOS原生端主动发起调用,传递参数给RN平台。一、IOS端1、.h文件#import <Foundation/Foundation.h>#import <React/RCTBridgeModule....原创 2020-11-09 10:13:57 · 857 阅读 · 0 评论