Replies: 1 comment
-
Hello @glocore , did you have solution for this? Actually, I fail into this case too. I implement BackgroundTask as a module for ios and there are some functions that must be called in "didFinishLaunchingWithOptions" |
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
-
I used
npx create-react-native-library
to scaffold a module with the Swift template. My Swift code looks like this:How can I access
handleUserActivity
inside the example app's AppDelegate.m file?Beta Was this translation helpful? Give feedback.
All reactions