-
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
Replace DevInternalSettings with DeveloperSettings for react-native 0.73.0 #2617
Conversation
DevInternalSettings was enclosed in ReactNative 0.73.0-rc.2, so we need to replace it with public class DeveloperSettings. facebook/react-native#37256
/azp run |
Commenter does not have sufficient privileges for PR 2617 in repo microsoft/react-native-code-push |
/azp run |
No pipelines are associated with this pull request. |
I need this |
Can we merge this? Right now 0.73 is broken. I made it work using a patch. |
Can't update RN version.... hope for faster result) |
This is blocking multiple production apps from using react native code push, and is making us reconsider using it long term if it's not going to be supported in a timely manner. It's been two months, is this getting fixed or not? |
Also bumping for visibility to @AnatolyPristensky 👍 |
For all facing this issue, you can use this tool as a temporal fix until this is merged and released. |
need this |
need this! |
Hi @DmitriyKirakosyan @AnatolyPristensky @velimir-jankovic Can one of you press the green button please? |
need this |
Hi. Any plans to release this change? |
Release please 🙏🏽😬 |
@caiodeambrosio, release 8.2.0 is available. |
There's a bug, so maybe wait |
DevInternalSettings
was enclosed in ReactNative 0.73.0-rc.2, so we need to replace it with public classDeveloperSettings
.#2601
AB#103487