-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Remove use of legacy notifications API [WIP] #898
Conversation
Remove legacy local and remote notification API
# Conflicts: # docs/APIRef.DeviceObjectAPI.md
# Conflicts: # detox/ios/Detox.xcodeproj/xcshareddata/xcschemes/DetoxFramework.xcscheme # detox/ios/Detox/GREYIdlingResourcePrettyPrint.m # detox/ios/Detox/ReactNativeSupport.m # detox/src/index.js # detox/test/ios/example.xcodeproj/project.pbxproj # docs/APIRef.DeviceObjectAPI.md
Any reason why this isn't reviewed and merged? |
Internal reasons and backlog. Is there something specifically that is blocking you? |
@LeoNatan not sure if this PR would fix this issue, but it seems like there is an issue related to Xcode 10: #911 (comment). i may give this branch a try in a bit to see if it helps with that issue |
All issues with Xcode 10 building have been resolved, as far as I know. This branch updates the minimum version requirement of app deployment target and cleans up several uses of deprecated APIs. If implemented correctly, it should give no signs to the end user that something changed (other than require the end user to update their toolchain and their apps). |
got it, thanks for clarifying, @LeoNatan! I just saw that issue and posted here cause I thought it might help with context. After going through some more issues, I was able to solve my problem, so yeah feel free to ignore above post and thank you for getting back! |
@LeoNatan, what's up with this branch? Anything useful that is still unmerged and we could leverage? |
The whole branch. |
Cannot be merged because of One App. |
I see now that internally, we will start using the new iOS notifications API soon. In that case, I will fix conflicts and merge once that happens. |
I'll close this and start a new one. DO NOT DELETE THE BRANCH! |
Remove legacy local and remote notification API
Remove legacy RN support
React Native also dropped support for Xcode 8: facebook/react-native#18944