Home
last modified time | relevance | path

Searched refs:EXReactDelegateWrapper (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-modules-core/ios/ReactDelegates/
H A DEXReactDelegateWrapper.m3 #import <ExpoModulesCore/EXReactDelegateWrapper.h>
6 #import <ExpoModulesCore/EXReactDelegateWrapper+Private.h>
8 @interface EXReactDelegateWrapper() interface in nonatomic
14 @implementation EXReactDelegateWrapper implementation
H A DEXReactDelegateWrapper+Private.h12 @interface EXReactDelegateWrapper(Private)
H A DEXReactDelegateWrapper.h12 @interface EXReactDelegateWrapper : NSObject variable
/expo/packages/expo-modules-core/ios/AppDelegates/
H A DEXAppDelegateWrapper.h6 #import <ExpoModulesCore/EXReactDelegateWrapper.h>
28 @property (nonatomic, strong, readonly) EXReactDelegateWrapper *reactDelegate;
H A DEXAppDelegateWrapper.mm4 #import <ExpoModulesCore/EXReactDelegateWrapper+Private.h>
10 @property (nonatomic, strong) EXReactDelegateWrapper *reactDelegate;
25 …_reactDelegate = [[EXReactDelegateWrapper alloc] initWithExpoReactDelegate:_expoAppDelegate.reactD…