Mike Fowler
134dd57cd6
Update ToolbarAndroid.android.js
...
Summary:
Updates the documentation for `ToolbarAndroid.android.js` with proper asset system syntax.
Closes https://github.com/facebook/react-native/pull/4908
Reviewed By: svcscm
Differential Revision: D2783113
Pulled By: mkonicek
fb-gh-sync-id: 321d79cb80025d7a065ccf012678ecebccb35bae
2015-12-23 10:08:28 -08:00
Justas Brazauskas
0e8b207cc3
Bugfix - Typos
...
Summary:
Fixed few typos in `./Examples` and `./Libraries` folders.
Closes https://github.com/facebook/react-native/pull/4788
Reviewed By: svcscm
Differential Revision: D2759918
Pulled By: androidtrunkagent
fb-gh-sync-id: d692b5c7f561822353e522f9d4dfde7e60b491cf
2015-12-15 09:09:32 -08:00
Sameer Rahmani
c8eed6a361
RTL support added for ToolbarAndroid via "rtl" property
...
Summary: Closes https://github.com/facebook/react-native/pull/4378
Reviewed By: svcscm
Differential Revision: D2715052
Pulled By: mkonicek
fb-gh-sync-id: e24f5db230cd7329911797794e5ef150f6195c4a
2015-12-03 05:18:26 -08:00
Nick Lockwood
60db876f66
Wrapped UIManager native module for better abstraction
...
Summary: public
RCTUIManager is a public module with several useful methods, however, unlike most such modules, it does not have a JS wrapper that would allow it to be required directly.
Besides making it more cumbersome to use, this also makes it impossible to modify the UIManager API, or smooth over differences between platforms in the JS layer without breaking all of the call sites.
This diff adds a simple JS wrapper file for the UIManager module to make it easier to work with.
Reviewed By: tadeuzagallo
Differential Revision: D2700348
fb-gh-sync-id: dd9030eface100b1baf756da11bae355dc0f266f
2015-11-27 07:00:32 -08:00
Krzysztof Magiera
e6093cff04
Use requireNativeComponent with propTypes for Android components.
...
Reviewed By: davidaurelio
Differential Revision: D2663502
fb-gh-sync-id: 550e7b7c783ec0463a6beb052c09a768a8086056
2015-11-18 06:36:28 -08:00
Charles Marsh
66717d802b
Allow for styling of ToolbarAndroid's overflow icon
...
Summary: Fixes #2858 .
Here's a screenshot of the custom overflow icon in action:
<img width="638" alt="overflow" src="https://cloud.githubusercontent.com/assets/1309177/10567090/693e395a-75ae-11e5-84cd-20b19149c620.png ">
Closes https://github.com/facebook/react-native/pull/3497
Reviewed By: svcscm
Differential Revision: D2559787
Pulled By: foghina
fb-gh-sync-id: f188711ec094af3fa307722527f22aefff722e64
2015-10-22 04:43:25 -07:00
Ben Alpert
ab6f375c66
Log React warnings internally, fix warnings in Android tests
...
Reviewed By: @javache
Differential Revision: D2517993
fb-gh-sync-id: c91a42a0abe4037b72c4497a5dc8b52a922fbf98
2015-10-09 09:33:24 -07:00
Felix Oghină
5ca5ec7688
add remote image support to toolbar
...
Differential Revision: D2493627
2015-09-30 09:21:27 -07:00
Alexsander Akers
9a2d05d9b2
Move color processing to JS
...
Reviewed By: @vjeux
Differential Revision: D2346353
2015-09-17 17:20:45 -07:00
Martin Konicek
42eb5464fd
Release React Native for Android
...
This is an early release and there are several things that are known
not to work if you're porting your iOS app to Android.
See the Known Issues guide on the website.
We will work with the community to reach platform parity with iOS.
2015-09-14 18:13:39 +01:00
Andrei Coman
f2da308928
[ReactNative] Add unimplemented views for some components
2015-08-26 05:47:12 -08:00