Christopher Chedeau
1c7f39e461
Add JavaScript Environment in the docs and fix a few things
2015-04-08 11:06:56 -07:00
Jinhyuk Lee
e3be311c3f
Correct permalink
2015-04-04 00:00:56 +09:00
sungwook yeom
379e15fe81
using relative path instead of absolute path for Image tag
2015-04-03 10:09:07 +09: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
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