Martin Konicek
7cc3ba99e0
Add Android code to the 0.11-stable branch.
...
Cherry-picked https://github.com/facebook/react-native/commit/42eb5464fd8a65ed84b799de5d4dc225349449be
2015-09-24 13:55:23 +01:00
Martin Konicek
01911e5e06
[docs] Make it clear which Guides are platform-specific
...
This is in preparation for open sourcing React Native for Android.
Also add hyphens to URLs for consistency. This can break people's
browser bookmarks but it's better to be consistent and we can
redirect to docs: https://github.com/facebook/react-native/issues/2137
Test plan: Ran the website locally using `cd website; npm start`
and checked all pages render correctly.
http://i.imgur.com/RrPNgRr.png
Will update "Getting Started", "Tutorial", "Debugging" and
"Testing" separately.
2015-07-27 18:17:54 +01:00
Amjad Masad
82ca3364c6
Don't encourage the use of internal modules
2015-06-30 13:12:47 -07:00
Brent Vatne
e2c6060226
[Docs] Add DirectManipluation guide, which explains setNativeProps
2015-06-17 21:43:39 -07:00
Jehan
c4457f8e6f
Update NativeComponentsIOS.md
2015-06-03 00:34:25 -07:00
Brent Vatne
ffcdf21004
[Docs] Clarify the variables provided to RCT_CUSTOM_VIEW_PROPERTY body
2015-05-24 09:35:59 -07:00
James Ide
69db752067
Move requireNativeComponent call below the complete MapView definition
...
requireNativeComponent should be called after the wrapper component is fully defined, including its static properties.
2015-05-13 21:05:50 -07:00
Zhao Han
85a6734387
Update link in Native UI Components (iOS) guide
...
Update the event mapping link: update line number
2015-05-13 10:08:38 -05:00
James Ide
0e3d627ff0
Fix some typos in NativeComponentsIOS.md
...
Fixed some syntax errors and tidied up the sample code.
2015-04-30 00:39:37 -07:00
Spencer Ahrens
f89bcacd86
Add missing 'and' in docs.
2015-04-29 15:42:30 -07:00
Spencer Ahrens
8efe148f07
Fix bullet spacing for website.
...
GitHub markdown rendered it fine, but it was all mashed inline on the website without the extra break.
2015-04-29 15:41:17 -07:00
Spencer Ahrens
c5d367ad39
Add Native Components guide.
2015-04-21 16:22:32 -07:00