290 Commits

Author SHA1 Message Date
Bret Rouse
16996240bf language fixes 2015-03-31 00:22:39 -04:00
Alexander Kotliarskyi
02298b59e2 Merge pull request #493 from tjwudi/patch-1
Add import RCTBridge.h for event sending example
2015-03-30 14:48:58 -07:00
John Wu
78f0c7178f Change links to doc instead of js
Change links to doc instead of js
2015-03-31 05:32:08 +08:00
Alexander Kotliarskyi
038e2681d8 Merge pull request #450 from Rudimental/patch-2
(fix typo) Debugging.md
2015-03-30 14:06:08 -07:00
Amjad Masad
0b193caf8b Add '#content' to link 2015-03-30 13:09:11 -07:00
Amjad Masad
325749e9a8 Link to troubleshooting from getting started page 2015-03-30 13:08:37 -07:00
Amjad Masad
fe44297f98 Merge pull request #347 from tehfailsafe/patch-1
Add Troubleshooting doc for recurring issues
2015-03-30 12:59:19 -07:00
Amjad Masad
60f61e8ee4 Merge pull request #301 from cahlan/patch-1
corrects typo in NativeModulesIOS README
2015-03-30 12:51:44 -07:00
Amjad Masad
580edab636 Merge pull request #212 from stevelacy/patch-1
Adjust the plurality of goal to goals in docs/Networking.md
2015-03-30 12:45:30 -07:00
Tadeu Zagallo
c7a560ed90 Fix docs links 2015-03-30 20:18:33 +01:00
Amjad Masad
b77fad8ca7 Merge pull request #484 from AndreLion/patch-1
Fix broken link
2015-03-30 11:45:41 -07:00
John Wu
4f49271c28 Update NativeModulesIOS.md 2015-03-30 22:24:40 +08:00
John Wu
8df46c329b Add import RCTBridge.h for event sending example
The example omitted the `#import "RCTBridge.h"`, which will lead to CE.
2015-03-30 21:42:59 +08:00
Andre
f7f1d71e0e Fix broken link 2015-03-30 17:31:48 +08:00
Seyi Adebajo
03b73cc28c Fixed typo in tutorial 2015-03-30 00:46:06 -04:00
John Wu
0699b731af Document supported CSS properties
Add links to source code that shows supported CSS properties. It will be painful if we don't know what is supported.

Given that CSS properties support may be ever changing, I decided to document links to source code directly.
2015-03-30 10:01:27 +08:00
David Rabkin
0c67f18289 (fix typo) Debugging.md
Header for Live Reload section had a period after it. Other headers didn't- now it doesn't either.
2015-03-29 10:46:06 -07:00
Christopher Chedeau
2fbe3c01ad fix website 2015-03-29 08:07:32 -07:00
Javier Bórquez
a24123b950 Fix "next" link on NativeModules 2015-03-29 02:23:40 -06:00
Javier Bórquez
559c302094 Add a comment about Live Reload 2015-03-28 21:30:47 -06:00
Tadeu Zagallo
b06cdf0c5f Add screenshots to make it clearer 2015-03-29 00:50:38 +00:00
Tadeu Zagallo
74fb9f1a1a Fix typo 2015-03-29 00:49:54 +00:00
Tadeu Zagallo
dd9514200b [ReactNative][Docs] Document how to link libraries 2015-03-29 00:49:54 +00:00
Francois Laberge
c7a5e6b0d2 Added tip to configure 'Pause On Caught Exceptions' flag 2015-03-28 19:34:40 -04:00
Francois Laberge
4d33033344 Add basic documentation for debugging react native apps 2015-03-28 19:28:51 -04:00
Christopher Chedeau
587b479104 Add f8 video, changelog and jsjabber 2015-03-28 10:55:02 -07:00
Tadeu Zagallo
9b0c2a4d30 Fix typo and add comments to the example app 2015-03-27 20:44:20 +00:00
Tadeu Zagallo
b00d4b394f Update tutorial - use sample data 2015-03-27 20:33:24 +00:00
Dylan Kirby
e23797bfc8 Fix 'respondible' typo in Tutorial 2015-03-27 14:41:10 -04:00
tehfailsafe
a9b6d6dffc Update GettingStarted.md
Removed keyboard note in favor of a full Troubleshooting doc
2015-03-27 11:01:59 -07:00
tehfailsafe
e8a3f44f3f Add recurring issues for troubleshooting
Hopefully alleviates new issues getting created for similar problems. 
Addresses https://github.com/facebook/react-native/issues/257 https://github.com/facebook/react-native/issues/304 https://github.com/facebook/react-native/issues/306 https://github.com/facebook/react-native/issues/326
2015-03-27 11:00:52 -07:00
tehfailsafe
64c11433a1 Add note for hardware keyboard in simulator
Closes my issue at https://github.com/facebook/react-native/issues/306
2015-03-27 08:31:01 -07:00
tako-black
fb9bacdf2d fix typo 2015-03-27 14:33:27 +09:00
cahlan
338864d5da corrects typo in NativeModulesIOS README 2015-03-26 21:15:38 -06:00
Steve Lacy
6b7383072a Add possessive case to React 2015-03-26 15:39:53 -07:00
Robert Ing
b577573730 Add links to node and npm in Requirements
In getting started, it asks if you are new to node and npm, but there are no links to explain what either is. I believe these links help to clarify.
2015-03-26 16:57:33 -05:00
lqd
875b1359aa Fix a couple typos
I feel this is what the author meant :)
2015-03-26 22:27:05 +01:00
rsudekum
47cd815909 remove extraneous word 2015-03-26 10:59:03 -07:00
Steve Lacy
a15c584f20 Adjust the plurality of goal to goals 2015-03-26 10:38:38 -07:00
Andrew Rasmussen
09ffce48a3 Reference blog post in Tutorial 2015-03-26 10:38:23 -07:00
Krzysztof Magiera
bc0ecaddc9 Update styles for ListView in tutorial 2015-03-26 09:03:10 -07:00
Krzysztof Magiera
049e3534b5 Update padding and bg color for tutorial 2015-03-26 09:01:41 -07:00
Krzysztof Magiera
8b8d5fd19b Use AwesomeProject instead of SampleApp in the final tutorial code 2015-03-26 08:52:15 -07:00
Krzysztof Magiera
e340e01504 Further improvements of Tutorial.md 2015-03-26 08:42:27 -07:00
Alex Kotliarskyi
a4cfe5c573 Fix links in docs 2015-03-26 11:26:57 -04:00
Krzysztof Magiera
4e4b90e1e8 Some tweaks of Tutorial.md 2015-03-26 08:13:30 -07:00
Eric Vicenti
b917bb826c Document touch event 2015-03-26 04:14:39 -07:00
Andrew Rasmussen
3555e4be9e Update Tutorial.md 2015-03-26 00:35:23 -07:00
Spencer Ahrens
14b1a78600 Update some language in Tutorial.md 2015-03-26 00:19:03 -07:00
Andrew Rasmussen
74e72f2cd7 Update Tutorial.md 2015-03-25 22:15:12 -07:00