Skip to content
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

Draft
wants to merge 102 commits into
base: master-flip
Choose a base branch
from
Draft

WIP: iOS refactor #10

wants to merge 102 commits into from

Conversation

sxcore
Copy link

@sxcore sxcore commented May 16, 2023

Summary

Test Plan

What's required for testing (prerequisites)?

What are the steps to reproduce (after prerequisites)?

Compatibility

OS Implemented
iOS ✅❌
Android ✅❌

Checklist

  • I have tested this on a device and a simulator
  • I added the documentation in README.md
  • I updated the typed files (TS and Flow)
  • I've added Detox End-to-End Test(s)
  • I've created a snack to demonstrate the changes: LINK HERE

@sxcore sxcore added WIP work in progress DMG don't merge. labels May 16, 2023

override public func sendEvent(withName eventName: String, body: Any?) {
if let emitter = VydiaRNFileUploader.emitter {
// emitter.sendEvent(withName: eventName, body: body)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be commented?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course not :) RN I am dealing with some crashes. Upload itself worked ok without emitter, it goes berserk with emitter...
Screenshot 2023-06-06 at 17 56 26

Screenshot 2023-06-06 at 18 00 05

}
s.user_target_xcconfig = {
"HEADER_SEARCH_PATHS" => "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-upload/Swift Compatibility Header\"",
}
s.platform = :ios, "9.0"
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DMG don't merge. WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants