Commit Graph

151 Commits

Author SHA1 Message Date
Brent Vatne 127649962d Replace RCT_EXPORT with RCT_EXPORT_METHOD 2015-04-10 13:23:59 -07:00
Christopher Chedeau 1c7f39e461 Add JavaScript Environment in the docs and fix a few things 2015-04-08 11:06:56 -07:00
Christopher Chedeau e0a0bb1857 Create JavaScriptEnvironment.md 2015-04-08 10:56:20 -07:00
Christopher Chedeau fcd33c8825 Remove Twice for Cmd+R 2015-04-08 09:26:17 -07:00
Matthias Kühnle 308b88f417 Debugging on real devices
Added a hint about how to enable debugging on real devices.
2015-04-08 00:50:55 +02:00
Mike Wilcox 79fcbbfe09 Fixed typo 2015-04-06 22:41:17 -04:00
David Rabkin 851fae5a03 (docs) Update NativeModules.md 2015-04-03 20:57:56 -07:00
David Rabkin 6ee1f8cd50 (docs) Update Testing.md for punctuation 2015-04-03 20:27:43 -07:00
David Rabkin 9b178b8f1a (docs) Update Network.md for clarification 2015-04-03 20:26:55 -07:00
David Rabkin db252ebd8f (docs) Update Image.md punctuation 2015-04-03 20:25:24 -07:00
Christopher Chedeau 3f0e3b7d5e Merge pull request #312 from tako-black/fix_typo
fix typo
2015-04-03 10:06:21 -07:00
Christopher Chedeau 6992c3284a Merge pull request #243 from loringdodge/master
Fix wording in NativeModulesIOS.md
2015-04-03 10:03:57 -07:00
Jinhyuk Lee e3be311c3f Correct permalink 2015-04-04 00:00:56 +09:00
Jinhyuk Lee a014a16be9 Update RunningOnDevice.md - Misspell correction 2015-04-03 23:38:47 +09:00
Amjad Masad 52b64907a8 Npm locking error fix 2015-04-02 21:56:25 -07:00
Loring Dodge f3c1f4220f Fix wording in NativeModulesIOS.md
Made small changes to the wording under  **NOTE**: About array and map
2015-04-02 20:52:42 -07:00
Ben Alpert 72b9fccae2 Merge pull request #633 from krazyeom/relative-link-img
Fixed #632 using relative path instead of absolute path for Image tag
2015-04-02 18:35:59 -07:00
sungwook yeom 379e15fe81 using relative path instead of absolute path for Image tag 2015-04-03 10:09:07 +09:00
Amjad Masad 08b48cafb3 Merge pull request #630 from Rudimental/patch-6
(update) Install watchman w/ --HEAD to avoid error
2015-04-02 17:49:00 -07:00
David Rabkin 2baf1de3db (update) Install watchman w/ --HEAD to avoid error
Updated the docs for installing watchman with --HEAD per @wez suggestion in this issue thread https://github.com/facebook/react-native/issues/239
2015-04-02 15:04:05 -07:00
David Rabkin 0a21fb6160 (update) Typo in Watchman
-corrected typo in troubleshooting.md- changed 'Wathcman' to 'Watchman'
-changed tense to make make more readable- 'to load' to 'from loading'
2015-04-02 14:59:09 -07:00
Alexander Kotliarskyi 0a615ea9ea Merge pull request #620 from lvyile/patch-2
missing #import "RCTConvert.h"
2015-04-02 13:44:51 -07:00
Alex Kotliarskyi 475a954951 Add docs about running on device 2015-04-02 10:47:52 -07:00
cclv ab997ebdde missing #import "RCTConvert.h" 2015-04-02 22:50:42 +08:00
Alexander Kotliarskyi bd8671f4da Merge pull request #577 from lvyile/patch-2
[Docs] Add missing #import "RCTLog.h"
2015-04-01 17:18:25 -07:00
Tadeu Zagallo de8cfae5e4 Revert "Fixed image link for AddToSearchPaths.png" 2015-04-01 20:50:13 +01:00
Tadeu Zagallo 0024a1c0a0 Revert "Fixed broken image for AddToBuildPhases.png" 2015-04-01 20:47:20 +01:00
tehfailsafe 750c633940 Add watchman permission errors
Added quick reinstall --HEAD fix for watchman
https://github.com/facebook/watchman/issues/90
2015-04-01 10:22:08 -07:00
Christopher Chedeau eacecbbca8 Merge pull request #561 from Za1batsu/patch-4
Fixed broken image for AddToBuildPhases.png
2015-04-01 08:48:06 -07:00
Christopher Chedeau e214178e68 Merge pull request #562 from Za1batsu/master
Fixed image link for AddToSearchPaths.png
2015-04-01 08:47:52 -07:00
Christopher Chedeau 0915e2a2d5 Merge pull request #558 from Za1batsu/patch-2
Fixed broken image link for EmbeddedAppExample.png
2015-04-01 08:47:43 -07:00
Christopher Chedeau 885923f975 Merge pull request #556 from Za1batsu/patch-1
Fixed broken image link
2015-04-01 08:47:36 -07:00
cclv 9c26742743 missing #import "RCTLog.h" 2015-04-01 21:41:39 +08:00
tako-black 399ace3733 change singular 2015-04-01 18:56:10 +09:00
Spencer Ahrens d71c079dde Merge pull request #469 from tjwudi/master
Document supported CSS properties
2015-03-31 23:42:09 -07:00
Za1batsu e49a0f0c57 Fixed image link for AddToSearchPaths.png
AddToSearchPaths.png failed to load properly. Fixed link to load same image from "react-native/website/src/react-native/img". Did not touch source code.
2015-03-31 19:27:54 -07:00
Za1batsu 5d2e3126ad Fixed broken image for AddToBuildPhases.png
Image for AddToBuildPhases.png failed to load. Fixed link to load same image from "react-native/website/src/react-native/img". Did not touch source code.
2015-03-31 19:21:29 -07:00
Amjad Masad 2ed74ef583 Merge pull request #533 from bretrouse/master
language fixes
2015-03-31 19:07:19 -07:00
Za1batsu 760aa0d1f1 Fixed broken image link for EmbeddedAppExample.png
Image link for EmbeddedAppExample.png failed to load. Fixed link to load original image. Did not touch source code.
2015-03-31 19:04:07 -07:00
Za1batsu 6f5534eeea Fixed broken image link
Original link to image for EmbeddedAppContainerViewExample.png failed. Fixed link to load same image. Did not touch source code.
2015-03-31 18:57:25 -07:00
tako-black 80baec3bb6 change words 2015-04-01 08:17:13 +09:00
Andrew Sardone 2536716727 Fix some pissing a’s and the’s 2015-03-31 17:41:59 -04:00
Andrew Sardone 539ff6476a Fix some ‘CocoaPods’ capitalization 2015-03-31 17:40:59 -04:00
Andrew Sardone 1c3dd29c92 Tweak some concluding EmbeddedApp language 2015-03-31 17:34:09 -04:00
Andrew Sardone 3a6e4305ca Add instructions for pre-bundled JS in EmbeddedApp 2015-03-31 17:34:09 -04:00
Andrew Sardone 2ec88bdd8b Tweak copy around adding an outlet for ReactView 2015-03-31 17:34:09 -04:00
Andrew Sardone 5dac2cb093 Add concluding statement about React behind a UIView 2015-03-31 17:34:08 -04:00
Andrew Sardone 67a2790521 Tweak formatting to note class names in code blocks
I think this helps identify classes and code files as opposed to
emphasized prose.
2015-03-31 17:34:08 -04:00
Andrew Sardone 47f3a77227 Tweak some formatting of example index.ios.js 2015-03-31 17:34:08 -04:00
Andrew Sardone f3ddef0ff3 Move ReactComponent out of Pods directory in EmbeddableApp
It doesn’t seem like a good practice to tell people to create their custom
ReactComponent directory inside of the Pods/ directory. The Pods/ directory
should be limited to CocoaPods installed content, and it’s not even
accepted across the board to [check this stuff into git][1]

Therefore, let’s tune the EmbeddableApp tutorial to instruct users to
create a ReactComponent directory at the root of their project. From there,
we’ll start the development server packager to source that directory as
a JS files root. This change also improves starting this packager server,
proxying the command through npm.

[1]: 5883804e6c/Objective-C.gitignore (L20-L26)
2015-03-31 17:34:08 -04:00