react-native/website/server
Janic Duplessis b979128c54 Cross platform status bar API
Summary:
I started working on improving the `StatusBar` API and make it work on Android. I added support for `setColor`, `setTranslucent` (the status bar is still visible but the app can draw under) and `setHidden` on Android. Looking for feedback on how to improve the API before I put more time on this :).

Right now I went for a cross platform API and functions that don't exist on a platform are just a no-op but I'm not sure it is the best choice since at the moment what is supported is very different between both platforms. I was wondering what you guys think and if it would be better off as 2 different modules.

It is also possible to port some of the features I added for Android to iOS even if there is no 'standard' way to do it. Like `setColor` could be implemented by drawing a colored view under the status bar and translucent by adding/removing some padding.
Closes https://github.com/facebook/react-native/pull/5360

Reviewed By: svcscm

Differential Revision: D2840417

Pulled By: nicklockwood

fb-gh-sync-id: 5c8d988bccf8035341f0efe27e54dd8402c18d24
2016-02-03 06:41:35 -08:00
..
convert.js Add "Edit on GitHub" link on normal docs pages 2016-01-20 23:47:33 -08:00
docgenHelpers.js Add a deprecatedPropType module to show deprecation warnings 2016-01-29 02:05:38 -08:00
extractDocs.js Cross platform status bar API 2016-02-03 06:41:35 -08:00
generate.js instead of ignoring the documention javascript support files, just write them without trying to process them 2015-10-14 20:40:20 +02:00
server.js [ReactNative][Website] Fix tests 2015-08-13 13:31:50 +01:00