Mark Miyashita
f3dd07531c
[Docs] Animated example for onScroll and onPanResponderMove should match the description in the paragraph above
2015-07-19 17:05:25 -07:00
Sam Mueller
f732e46581
Clarify docs to use animated over react-tween-state & rebound
2015-07-10 14:04:45 -07:00
Khoa Phan
572157d14b
Minor grammatical fixes:
...
1. 'Install' should be 'installed' (past tense)
2. Change 'checkout' to 'check out'
2015-07-09 19:48:25 -07:00
Spencer Ahrens
bda7f7389a
Add new Animated API to animation docs.
2015-07-09 14:47:47 +02:00
Spencer Ahrens
57513fd24a
make npm test
command easier to find
2015-07-08 14:03:05 +02:00
Spencer Ahrens
2829be7de6
Note about setting up jest environment (io.js etc)
2015-07-08 14:01:28 +02:00
Brent Vatne
90022023c9
Merge pull request #1802 from ide/iojs-docs
...
[Docs] Update installation docs to reference io.js instead of Node
2015-07-07 16:35:25 -07:00
Colin Ramsay
b13e2e8c2e
Update NativeModule documentation to show correct event emitter usage
...
It looks like in the various changes to native module events, the documentation has become a little confused. As far as I can tell, if you use `sendAppEventWithName` then the `NativeAppEventEmitter` is used and if `sendDeviceEventWithName` then it should be `DeviceEventEmitter`.
2015-07-07 15:04:50 +01:00
James Ide
a97a866570
[Docs] Update installation docs to reference io.js instead of Node
...
It's pretty straightforward -- io.js is available through Homebrew so all you run is `brew install iojs` and then you can still run `node` from the command line. Also mentioned nvm since it's really good for switching between Node/io.js versions.
2015-07-02 11:42:25 -07:00
James Ide
eee630827a
Merge pull request #1818 from facebook/amasad-patch-1
...
Don't encourage the use of internal modules
2015-06-30 13:13:50 -07:00
Amjad Masad
82ca3364c6
Don't encourage the use of internal modules
2015-06-30 13:12:47 -07:00
Amjad Masad
e5ba0f388b
Don't encourage the use of internal modules
2015-06-30 13:12:00 -07:00
Dan Horrigan
cae410bda0
[Docs] Update TimerMixin docs.
...
Adds in install instructions for `react-timer-mixin` to the `TimerMixin` docs.
2015-06-30 13:23:40 -04:00
Alexsander Akers
36cda5619a
Remove duplicate Accessibility header
2015-06-25 13:25:46 -04:00
Alexsander Akers
948fe5b127
Merge pull request #1726 from a2/accessibility-docs
...
Add docs page for accessibility support
2015-06-25 11:16:59 -04:00
Alexsander Akers
d01dc1d47e
Note that magic tap traverses up the view hierarchy
2015-06-25 11:02:34 -04:00
laiso
53756a712c
[Docs] Xcode has a lower-case c
...
a similar commit: aa7e318a3f2144eda134420da74cf486a1540d32
2015-06-24 12:18:09 +09:00
Alexsander Akers
4879d141a0
Code review from @brentvatne
2015-06-23 17:26:46 -04:00
Alexsander Akers
b28766670d
Fix "id" field
2015-06-23 15:47:26 -04:00
Alexsander Akers
5921f5f702
Add docs page for accessibility support
2015-06-23 15:15:18 -04:00
Param Aggarwal
a9415370cb
Better clarify the 'Header Search Paths' section
2015-06-23 07:57:38 +05:30
Param Aggarwal
f03d6df277
Add an 'Xcode Build Failures' section
2015-06-22 11:14:35 +05:30
Brent Vatne
e1d5cadf44
[Docs] Add Animations guide
2015-06-20 09:17:36 -07:00
Brent Vatne
aac8172815
[Docs] Fix typos in DirectManipulation.md
2015-06-18 09:27:46 -07:00
Brent Vatne
0881b0f99f
Merge pull request #1656 from brentvatne/set-native-props-docs
...
[Docs] Add DirectManipluation guide to explain setNativeProps
2015-06-17 21:47:50 -07:00
Brent Vatne
e2c6060226
[Docs] Add DirectManipluation guide, which explains setNativeProps
2015-06-17 21:43:39 -07:00
Brent Vatne
7733c777bf
Merge pull request #1663 from brentvatne/navigator-vs-navigator-ios
...
[Docs] First draft of Navigator vs NavigatorIOS docs
2015-06-17 18:32:49 -07:00
Brent Vatne
eab118401e
[Docs] Add Navigator Comparison section to Guides
2015-06-17 18:32:26 -07:00
Spencer Ahrens
529803e5c4
Update Testing.md
...
- Include explanation for updating snapshot tests.
- Fix links after code motion
- Other cleanup.
2015-06-16 10:22:49 -07:00
Brent Vatne
9dc9648504
[Docs] Fix missing parameter in NativeModules addEvent date example
2015-06-13 12:05:23 -07:00
Kevin deLeon
40b1976233
Fixes spelling error in requested change.
2015-06-07 16:42:06 -05:00
Kevin deLeon
b39aed4d0a
Adds additional info for creating Swift modules
...
This may be common knowledge for most Swift/ObjC guys, but it took me quite a while to figure out why I was getting an error when creating/exporting my module. As a web guy coming to the "native" world, it was a bit confusing. I would imagine a lot of RCTN users will be in the same boat.
2015-06-07 16:31:40 -05:00
Christopher Chedeau
b63a0a111d
Update JavaScriptEnvironment.md
...
`for of` is not enabled
2015-06-03 09:57:13 -07:00
Jehan
c4457f8e6f
Update NativeComponentsIOS.md
2015-06-03 00:34:25 -07:00
Brent Vatne
aa7e318a3f
[Docs] Xcode has a lower-case c
2015-06-02 14:06:30 -07:00
Brent Vatne
613e561751
[Docs] Update Getting Started to include recommended XCode version
2015-06-02 14:04:49 -07:00
Brent Vatne
c700f71cb5
[Docs] Add link to Homebrew in tutorial, suggestion for node install
2015-06-01 12:42:49 -07:00
Brent Vatne
53a7e070b8
Merge branch 'babel-documentation'
2015-05-31 10:08:16 -07:00
Brent Vatne
d6ac633de5
[Docs] Tweak wording of JavaScriptEnvironment docs
2015-05-31 10:07:42 -07:00
James Ide
69ce448de9
Merge pull request #1457 from christopherdro/timer-doc-fix
...
[Docs] Grammatical change / Timer
2015-05-30 18:22:05 -07:00
Christopher Dro
597f9d94fd
Changes based on @brentvatne revision
2015-05-30 18:00:34 -07:00
Brent Vatne
e65eff8df6
[Docs] Add supported iOS version to getting started
2015-05-30 15:09:32 -07:00
Christopher Dro
47e56d778a
Re-wording
2015-05-30 14:47:24 -07:00
Brent Vatne
39b2342ab9
[Docs] Add note about Chrome extensions interacting with debugger
2015-05-30 13:24:53 -07:00
Christopher Dro
5918be2325
Typo Fix
...
Oddly enough, adding `work` was the first change I wanted to do. :)
2015-05-30 00:46:30 -07:00
Christopher
2429324e79
[Docs] Gramatical change / Timer
2015-05-30 00:14:22 -07:00
Joshua Sierles
f9b3f9121f
update JS environment documentation for Babel, and explain what a transpiler does.
2015-05-29 22:50:03 +02:00
Brent Vatne
1a4f270931
Merge branch 'debugging-docs'
2015-05-29 13:04:54 -07:00
Brent Vatne
ee8ba19ab1
[Docs] Tweak debugging docs to be more concise
2015-05-29 13:04:25 -07:00
Flip Stewart
1a3ee99365
[Docs] Clean up debugging docs
2015-05-29 13:03:33 -07:00