-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Conversation
React Native v0.28 `StatusBarIOS` is deprecated.
Android showing error, now
undefined is not a function(evaluating)
'StatusBarIOS.setStyle('defalut')')
Fix :
StatusBarIOS.setStyle to StatusBar.setBarStyle
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Fix Warning for React Native 0.28 - replce deprecated components - Add key props for [WARNING : Each child in an array or iterator should have a unique "key" prop.] - Add renderRow funtion for [WARNING : Failed propType: Required prop `renderRow` was not specified in `ListView`.] - ...
|
@dstnation Thank you! This was great help. I hope it gets merged soon... |
| StatusBarIOS && StatusBarIOS.setStyle('light-content'); | ||
| StatusBar && StatusBar.setBarStyle('light-content'); | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just started making this PR - thanks @dstnation 👍 don't have to do it now
fix, React-native V0.29
update react-native-code-push v1.13.2-beta
update react-native-code-push v1.13.2-beta
CallbackManager to Application static member
CallbackManager to Application static member
React Native v0.28
StatusBarIOSis deprecated.Android showing error, now
undefined is not a function(evaluating)
'StatusBarIOS.setStyle('defalut')')
Fix :
StatusBarIOS.setStyle to StatusBar.setBarStyle