Sebastian Markbage
|
6f43d1f2cb
|
Codemod import React from 'react-native'
Reviewed By: spicyj
Differential Revision: D3223162
fb-gh-sync-id: 0b1af846afe17cdf8b2c2ca7f31f1197cde752c0
fbshipit-source-id: 0b1af846afe17cdf8b2c2ca7f31f1197cde752c0
|
2016-04-25 22:08:46 -07:00 |
sunnylqm
|
480f7cd348
|
fix es6 class method
Reviewed By: svcscm
Differential Revision: D2938099
fb-gh-sync-id: 1148fdb96ec36a72db6ac4562b12b07ca2fc0af6
shipit-source-id: 1148fdb96ec36a72db6ac4562b12b07ca2fc0af6
|
2016-02-15 14:55:36 -08:00 |
Mateusz Zatorski
|
3ae99d0fea
|
replace require with es6 import in docs
Reviewed By: svcscm
Differential Revision: D2936839
fb-gh-sync-id: 7a921709a37de5e9aadf324d5438d51851326348
shipit-source-id: 7a921709a37de5e9aadf324d5438d51851326348
|
2016-02-14 15:03:34 -08:00 |
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 |
sunnylqm
|
7567a92ca7
|
fix a typo of a prop name
|
2015-12-18 23:50:43 +08:00 |
jato
|
ba81517150
|
fixes minor typo
|
2015-12-05 13:29:07 -08:00 |
Pawel Sienkowski
|
c852e73f5a
|
[docs] A guide coverin communication between native and RN on IOS.
WARNING: I was not able to run the website locally because of a bug, so please test it before merging
|
2015-11-30 14:38:01 +01:00 |