-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
No known class method for selector 'UIBarStyle:'. - i.e. React Native v0.76.x support #7920
Comments
Running into the same issue! |
@fmorau did you find any solution? |
this part inside RNN library should be refactored |
same issue for me, any solution ? |
RCTConvert UIBarStyle has been removed from React Native core here facebook/react-native@a557a81 |
Thanks @f0wu5u! WDYT of making a PR to the project so that it can be merged into mainline? |
@elsurudo as I said I am not sure the code is best for ObjectiveC but if someone can reason around my version and come up with a better version for the PR I would be happy |
PR created #7950 |
What happened?
If you upgrade to 0.76.x - app is not launching due to issue
No known class method for selector 'UIBarStyle:'
What was the expected behaviour?
React Native Navigation does not prevent app to build and launch
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
Just try to use RNN with RN v0.76.x
You can check the PR: https://github.com/facebook/react-native/pull/44597/files, which removed support of
[RCTConvert UIBarStyle:...]
In what environment did this happen?
React Native Navigation version: 7.40.1
React Native version: 0.76.0-rc.2
Has Fabric (React Native's new rendering system) enabled: no
Node version: v18.19.0
Device model: Simulator
iOS version: 18
The text was updated successfully, but these errors were encountered: