-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: iOS refactor #10
base: master-flip
Are you sure you want to change the base?
Conversation
… keep POC methods with original names.
add header directories to pod spec.
ios/VydiaRNFileUploader.swift
Outdated
|
||
override public func sendEvent(withName eventName: String, body: Any?) { | ||
if let emitter = VydiaRNFileUploader.emitter { | ||
// emitter.sendEvent(withName: eventName, body: body) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be commented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | ||
s.user_target_xcconfig = { | ||
"HEADER_SEARCH_PATHS" => "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-upload/Swift Compatibility Header\"", | ||
} | ||
s.platform = :ios, "9.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should bump platform to 12.0?
Summary
Test Plan
What's required for testing (prerequisites)?
What are the steps to reproduce (after prerequisites)?
Compatibility
Checklist
README.md