-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: RN 0.73 support by solving #2263: Kotlin compilation fails due to "'hasConstants' overrides nothing" at CameraDevicesManager.kt #2264
Conversation
…ls due to "'hasConstants' overrides nothing" at CameraDevicesManager.kt
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
LGTM! Tested on Redmi Note 11T 5G
|
<@mrousavy> this fixes a problem. |
Hey - can you please test if this still works in RN 0.72/0.71? I remember that there could be warnings in the console if you don't override this... |
Please you could merge this change? I working in react 0.73.0 @mrousavy |
Hey @mrousavy, 👋 Thank you for reviewing this! I made sure to check for backward compatibility with RN 0.72.7 before raising the PR, and I didn't encounter any problems or build time warnings. |
Awesome, thanks for testing man - LGTM! |
…vicesManager.kt (mrousavy#2264) Co-authored-by: Przemysław Arlet <przemyslaw.arlet@lamel.pl>
fix: RN 0.73 support by solving #2263: Kotlin compilation fails due to "'hasConstants' overrides nothing" at CameraDevicesManager.kt