Swift code with Expo #275
Unanswered
Bardiamist
asked this question in
Q&A
Replies: 1 comment
-
Hi @Bardiamist, thanks for opening the question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use Bare React Native project and I need to call Swift code.
It works if add
#import "RCTAppDelegate.h"
inBridging-header.h
facebook/react-native#49285 (comment)But with
Expo
import<Expo/Expo.h>
not helping.Can Swift code work with Expo or need to wait for Expo updates?
Here is issue with repro: expo/expo#35388
Beta Was this translation helpful? Give feedback.
All reactions