選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

AppDelegate.h 190B

123456789
  1. #import <Foundation/Foundation.h>
  2. #import <React/RCTBridgeDelegate.h>
  3. #import <UIKit/UIKit.h>
  4. #import <Expo/Expo.h>
  5. @interface AppDelegate : EXAppDelegateWrapper <RCTBridgeDelegate>
  6. @end