-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
StyleSheet.fullScreen is not compatible with React 15.3.0 #9093
Comments
Experiencing this on react 15.2.0 and react-native 0.30.0 |
Same here, see this issue in React: I suggest you to downgrade to react 15.2.1 until RN support react 15.3.0 |
Isn't this just an warning? No need to downgrade. |
It's a very annoying warning (I get about about a 1000 yellow boxes every reload). Enough to make me downgrade unless there was something super nice in 15.3.x I wanted and even then I'd probably fork react to make it stop warning me. |
@satya164 this is a big deal for development experience because with 1000 yellow boxes every little step in development takes 10 seconds. I understand there are workarounds but if I can express my thoughts this is a deal breaker for upgrading. |
@satya164 yeah, it's just a warning, but a really annoying one. |
Common, you can hide one warning easily via |
You can hide the specific warning by following the steps here -
|
Also would be nice if someone can send a PR to fix this issue in RN core. |
Is fixed in next version Meanwhile, I added this to my index.ios.js as @steida suggested before
|
@neiker Thanks. Closing this then. |
Warning: You are manually calling a React.PropTypes validation function for the 'bottom' prop on 'StyleSheet.fullScreen'. This is deprecated...
The text was updated successfully, but these errors were encountered: