-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Changes in React Native 0.77 and Above: Migration from Objective-C to Swift in AppDelegate #2802
Comments
+1 |
1 similar comment
+1 |
Its urgent I think. Because we can not setup for new version of react-native. |
Hello, you can use @appzung/react-native-code-push module. It is compatible with these changes and will be maintained in the long term with other RN changes (and also new features when paying for AppZung). When using this module, if you still target AppCenter you can simply point your If you have any positive or negative feedback about AppZung please reach out [email protected]! |
@kasumil, |
Is the fix working with this change in React Native version 0.77 or 0.78? I'd be happy to help you check the compatibility. Could you please provide more details about the specific fix or issue you're referring to? This will help me give you a more accurate answer. |
Yes, I am using react-native 0.78, AppDelegate changed from Objective-C to Swift, docs/setup-ios.md provided is Objective-C writing, so I tried to change, but I don't understand Swift at all. If anyone can help me, thank you very much! |
I believe that CodePush will no longer be updated, so I have replaced it with the hot-updater library. |
@StockFish233 CodePush will be updated at this repo, we commit to keep compat with CodePush classic servers. Very easy to setup : https://github.com/AppZung/react-native-code-push/blob/main/docs/advanced-usage.md#using-a-custom-server-url |
Since React Native version 0.77, the AppDelegate has been changed from Objective-C to Swift for iOS projects. This means that your import statements and setup might need to be adjusted accordingly.
Can you tell me when these changes will be applied?
The text was updated successfully, but these errors were encountered: