Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Conversation

@dstnation
Copy link

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

teamDST added 2 commits June 26, 2016 16:01
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
@ghost
Copy link

ghost commented Jun 26, 2016

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!

@dstnation dstnation changed the title Master React Native v0.28 StatusBarIOS is deprecated. Jun 26, 2016
@dstnation dstnation changed the title React Native v0.28 StatusBarIOS is deprecated. Fix : React Native v0.28 StatusBarIOS is deprecated. Jun 26, 2016
@ghost
Copy link

ghost commented Jun 26, 2016

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@ghost ghost added the CLA Signed The PR author has signed the Facebook CLA. label Jun 26, 2016
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 dstnation changed the title Fix : React Native v0.28 StatusBarIOS is deprecated. Fix Warning for React Native 0.28 Jun 26, 2016
@nirzari
Copy link

nirzari commented Jun 29, 2016

@dstnation Thank you! This was great help. I hope it gets merged soon...

StatusBarIOS && StatusBarIOS.setStyle('light-content');
StatusBar && StatusBar.setBarStyle('light-content');
}

Copy link

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

teamDST and others added 5 commits July 11, 2016 15:14
fix, React-native V0.29
update react-native-code-push v1.13.2-beta
update react-native-code-push v1.13.2-beta
@dstnation dstnation changed the title Fix Warning for React Native 0.28 Update React Native 0.29 Jul 11, 2016
@ghost ghost added the CLA Signed The PR author has signed the Facebook CLA. label Jul 12, 2016
CallbackManager to Application static member
CallbackManager to Application static member
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

CLA Signed The PR author has signed the Facebook CLA.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants