Konstantin Raev
6f1417c849
CI now builds docs website and deploys it to /%version% path
...
Summary:
Copy of #5760 reverted merge.
We need to preserve history of docs changes on the webserver.
The goal is to allow users to browse outdated versions of docs.
To make things simple all websites will be released to https://facebook.github.io/react-native/releases/version/XX folder when there is a branch cut.
I switched from Travis CI to Cirle CI because it works faster and I am more familiar with it.
How it works:
1. If code is pushed to `master` branch then CI will build a fresh version of docs and put it in https://github.com/facebook/react-native/tree/gh-pages/releases/next folder.
Github will serve this website from https://facebook.github.io/react-native/releases/version/next URL.
All relative URLs will work within that website
2. If code is pushed to `0.20-stable` branch then CI will build a fresh version of docs and put it in https://github.com/facebook/react-native/tree/gh-pages/releases/0.20 folder.
Github will serve this website from https://facebook.github.io/react-native/releases/v
Closes https://github.com/facebook/react-native/pull/5873
Reviewed By: svcscm
Differential Revision: D2926901
Pulled By: androidtrunkagent
fb-gh-sync-id: 16aea430bac815933d9c603f03921cc6353906f1
shipit-source-id: 16aea430bac815933d9c603f03921cc6353906f1
2016-02-11 06:17:42 -08:00
Lauri Lehmijoki
857dd59340
Fix minor typo in PanResponder
...
Summary:
Replaces https://github.com/facebook/react-native/pull/4469
Closes https://github.com/facebook/react-native/pull/4487
Reviewed By: svcscm
Differential Revision: D2713948
Pulled By: bestander
fb-gh-sync-id: b072379ad99b8891168ce64defeebfaf5442e394
2016-01-07 12:01:56 -08:00
Qiao Liang
da850be6f0
add doc for native event in doc
2015-12-20 16:20:56 +08:00
sunnylqm
29c8d46ea1
fix a markdown format typo
...
Summary: fix a markdown format typo
Closes https://github.com/facebook/react-native/pull/4149
Reviewed By: svcscm
Differential Revision: D2658880
Pulled By: ericvicenti
fb-gh-sync-id: 7feced63f875e96780b0d8d52aa1470bb149ebf8
2015-11-16 11:37:45 -08:00
Jordan Byron
4c366d0bcb
Remove duplicate PanResponderExample and update docs
...
Summary: While looking at the [pan responder docs](https://facebook.github.io/react-native/docs/panresponder.html#working-example ) I noticed they linked to `ResponderExample` rather than `PanResponderExample` and that `ResponderExample ` defined `NavigatorIOSExample` which was odd. This PR just kills `ResponderExample` and updates the link in the docs. :bowtie:
Closes https://github.com/facebook/react-native/pull/1743
Reviewed By: @svcscm
Differential Revision: D2468010
Pulled By: @vjeux
2015-09-23 19:29:35 -07:00
Brent Vatne
118cf51522
Fix PanResponder example code
...
Summary: Fixes this:
![](http://url.brentvatne.ca/VwLF.png )
Closes https://github.com/facebook/react-native/pull/1464
Reviewed By: @svcscm
Differential Revision: D2471541
Pulled By: @vjeux
2015-09-23 11:25:27 -07:00
facebook-github-bot-6
0d09f22dbf
Get back 100% in sync with fb codebase
2015-09-16 10:30:53 -07:00
Sunil Pai
5a918227f2
doc typo
...
match member names
2015-08-01 23:43:29 +05:30
Bill Fisher
3b83853713
[ReactNative] fix onMoveShouldSetPanResponderCapture
...
Summary:
Typo in implementation prevented onMoveShouldSetPanResponderCapture from working.
2015-07-27 12:06:40 -08:00
Andrei Coman
5c1ac2a753
[ReactNative] Block native from becoming js responder
2015-06-19 16:30:15 -08:00
Krzysztof Magiera
ff00e1496c
[ReactNative] Rename ReactIOS JS module (and relatives) to ReactNative.
2015-05-13 13:24:35 -07:00
Blixt
f7aeefa521
Fix typo in PanResponder documentation
...
Summary:
The documentation said the config object expected `onResponderTerminationRequest` but it expects `onPanResponderTerminationRequest`.
Closes https://github.com/facebook/react-native/pull/834
Github Author: Blixt <me@blixt.nyc>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-14 15:03:30 -08:00
Eric Vicenti
f6fc7f37b6
[ReactNative] PanResponder documentation
2015-03-25 19:25:10 -08:00
Eric Vicenti
c9a40a989b
[ReactNative] OSS JSNavigationStack w/ Examples
2015-03-24 09:39:40 -08:00