Commit Graph

124 Commits

Author SHA1 Message Date
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
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
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
Andrew Sardone 48bcbecf8c Set demo script to 'use strict' for EmbeddedApp 2015-03-31 17:34:08 -04:00
Andrew Sardone af8edb8e40 Add overview to ‘Create Your React Native App’ section
Hopefully this helps people how simple the process is!
2015-03-31 17:34:08 -04:00
Andrew Sardone c07953a37e Remove --verbose flag from `pod install`
It might be too chatty for people just starting out, but I can see why
people might want it.
2015-03-31 17:34:08 -04:00
Andrew Sardone cfba63edd4 Add intro explaining embedding React in existing app 2015-03-31 17:34:08 -04:00
Orta f18493400c Use correct capitalisation in CocoaPods 2015-03-31 16:14:45 -04:00
Christopher Chedeau ed7b5cb187 Fix docs 2015-03-31 09:46:45 -07:00
John Wu 35bea5fddc Local image resources for docs 2015-03-31 23:24:37 +08:00
John Wu 4040295750 typo fixed 2015-03-31 23:20:26 +08:00
John Wu b873fd6e31 Update EmbededApp.md
Use ``` instead of indentation for code blocks
2015-03-31 23:01:14 +08:00
John Wu 9c8fdafecc Update next doc path 2015-03-31 22:51:34 +08:00
John Wu fcc4d1a23b Guide for use React Native in existing iOS app
See #483
2015-03-31 22:49:52 +08:00
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