Getting Started with React Native by 2015

Getting Started with React Native by 2015

Author:2015
Language: eng
Format: epub, mobi
Publisher: Packt Publishing


Make a note of how the iOS version, for which we have changed the status bar text to appear white. React Native provides an API to interact with the status bar in iOS. In our index.ios.js we can toggle it to white in the ReactNotes constructor:

class ReactNotes extends React.Component { constructor (props) { super(props); StatusBarIOS.setStyle('light-content'); } ... }

The documentation for StatusBarIOS can be found in the React Native documentation at https://facebook.github.io/react-native/docs/statusbarios.html.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.