Thomas Parslow
b5579e807e
Updated RCTPromiseRejectBlock example to use new 3 argument form
...
Reviewed By: svcscm
Differential Revision: D2931949
fb-gh-sync-id: d5da545c882e662f9c5d5b33cc3b152a4269bbb8
shipit-source-id: d5da545c882e662f9c5d5b33cc3b152a4269bbb8
2016-02-12 05:29:31 -08:00
Kevin Johnson
8f363a3f5f
This is supposed to say LifecycleEventListener
...
Reviewed By: svcscm
Differential Revision: D2931715
fb-gh-sync-id: 450c4fc13a87eaba39d06835aa851d7256da7125
shipit-source-id: 450c4fc13a87eaba39d06835aa851d7256da7125
2016-02-12 02:22:39 -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
Corentin Smith
157b5274b7
Update debugging docs with YellowBox/RedBox
...
Summary:
See https://github.com/facebook/react-native/issues/5271
Closes https://github.com/facebook/react-native/pull/5737
Reviewed By: svcscm
Differential Revision: D2917002
Pulled By: mkonicek
fb-gh-sync-id: 9c7cb62b3141d8af1b0213c795cf7c3f334eecd6
shipit-source-id: 9c7cb62b3141d8af1b0213c795cf7c3f334eecd6
2016-02-09 10:23:34 -08:00
Martin Konicek
abdca047b0
Add a note about Android Studio to docs, fix formatting
...
Summary:
We should use 4 spaces of indentation in the MainActivity template as this
is the most common setting outside fb.
public
Reviewed By: bestander
Differential Revision: D2911952
fb-gh-sync-id: 3b5285945f0033d7342348b7a7cbafa32809f7dc
shipit-source-id: 3b5285945f0033d7342348b7a7cbafa32809f7dc
2016-02-08 15:25:32 -08:00
sunnylqm
fca18652d0
fix markdown format problem
...
Summary: Closes https://github.com/facebook/react-native/pull/5819
Reviewed By: svcscm
Differential Revision: D2911774
Pulled By: vjeux
fb-gh-sync-id: 07737648216c775889742c81b82ec9b08e003a8f
2016-02-08 08:55:30 -08:00
Christopher Chedeau
1c112762e3
Add support for number as colors
...
Summary: Closes https://github.com/facebook/react-native/pull/5805
Reviewed By: svcscm
Differential Revision: D2911330
Pulled By: javache
fb-gh-sync-id: b07c00a9271a161e3c88755434f6ffa34f4d519d
2016-02-08 04:04:38 -08:00
Christopher Chedeau
4ac49a5c37
Beef up JavaScript environment doc
...
Summary:
Put the transform list up to date and add a polyfill section
Closes https://github.com/facebook/react-native/pull/5793
Reviewed By: svcscm
Differential Revision: D2910585
Pulled By: vjeux
fb-gh-sync-id: c67852654241def4a826d6d694ad6fc9cb849264
2016-02-07 09:46:30 -08:00
sunnylqm
4a3900bf5d
LinkingIOS and IntentAndroid now unified
...
Summary: Closes https://github.com/facebook/react-native/pull/5733
Reviewed By: svcscm
Differential Revision: D2895570
Pulled By: androidtrunkagent
fb-gh-sync-id: b4e5d4de96b4453c620e82858627f08023e0a265
2016-02-03 07:27:35 -08:00
Richard Lai
5c705264aa
Remove AppState from Known Issues page
...
Summary:
Closes https://github.com/facebook/react-native/issues/5682 .
Closes https://github.com/facebook/react-native/pull/5704
Reviewed By: svcscm
Differential Revision: D2890937
Pulled By: androidtrunkagent
fb-gh-sync-id: 75760220640a836947ea91e8dc554734dff790b8
2016-02-02 10:20:36 -08:00
Ahmed Abbas
5afb74027f
Update 3rd-party modules website to Js.coach
...
Summary:
This section was outdated with older website : https://facebook.github.io/react-native/docs/known-issues.html#using-3rd-party-native-modules
Closes https://github.com/facebook/react-native/pull/5650
Reviewed By: svcscm
Differential Revision: D2884630
Pulled By: androidtrunkagent
fb-gh-sync-id: afe35817421e055e343233a1db863954d6f75f01
2016-01-31 16:38:31 -08:00
Nick Lockwood
9d0242fdc3
Replace direct access of NativeModules.UIManager with require('UIManager')
...
Summary:
public
Due to the cross-platform polyfills we have added (and will add in future) to `UIManager.js`, accessing UIManager directly via NativeModules instead of importing the wrapper is discouraged.
This diff fixes a few places where we were doing this inside our own modules.
Note: As a general policy, we should avoid accessing modules via NativeModules anyway. Using wrapper classes allows us to provide static declarations for all the native methods and properties, which can be checked at build time by flow. If we access the modules directly, those interfaces are only known at runtime.
Reviewed By: vjeux
Differential Revision: D2881300
fb-gh-sync-id: 6737358ea8ea6d722cc1941a4b9fa0123a87fc29
2016-01-30 07:36:34 -08:00
Harry Moreno
8b7671a31a
Improve ios offline build instructions
...
Summary: Closes https://github.com/facebook/react-native/pull/5626
Reviewed By: svcscm
Differential Revision: D2881020
Pulled By: androidtrunkagent
fb-gh-sync-id: 7f472d554a334f39c4b85ccfa4db81b7c3f41d38
2016-01-29 14:27:33 -08:00
Christopher Chedeau
1154f2a371
Document colors
...
Summary:
<img width="601" alt="screen shot 2016-01-27 at 3 37 22 pm" src="https://cloud.githubusercontent.com/assets/197597/12632329/12084e98-c50c-11e5-96c4-4f56e8219b3b.png ">
<img width="303" alt="screen shot 2016-01-27 at 3 37 16 pm" src="https://cloud.githubusercontent.com/assets/197597/12632328/12075e70-c50c-11e5-95a3-5f483b4dcb47.png ">
<img width="135" alt="screen shot 2016-01-27 at 3 37 38 pm" src="https://cloud.githubusercontent.com/assets/197597/12632327/12067668-c50c-11e5-92f9-ee0c719302b5.png ">
Closes https://github.com/facebook/react-native/pull/5587
Reviewed By: svcscm
Differential Revision: D2878110
Pulled By: vjeux
fb-gh-sync-id: 00330e2857b07aac2e3d3c24f1003cdd9a2516c6
2016-01-28 19:37:33 -08:00
Alexander Kotliarskyi
c49fc1ee6c
Update instructions for running on device
...
Summary:
We no longer need to manually build JS bundle, everything should be integrated into Xcode.
Closes https://github.com/facebook/react-native/pull/5521
Reviewed By: svcscm
Differential Revision: D2860511
Pulled By: martinbigio
fb-gh-sync-id: fdde6b39aabccd5a39c140d431acbbbe5af71ec4
2016-01-25 09:41:41 -08:00
张亦驰
dde5e02c01
fix the syntax error in doc tutorial
...
Summary:
maybe it is a bug when migrating from es5 to es6
Closes https://github.com/facebook/react-native/pull/5526
Reviewed By: svcscm
Differential Revision: D2860047
Pulled By: androidtrunkagent
fb-gh-sync-id: d8be261eea08ec659999fe8c714f33aca6fe3a60
2016-01-25 01:31:34 -08:00
sunnylqm
5a5386414f
AndroidViewPager -> ViewPagerAndroid
...
Summary: Closes https://github.com/facebook/react-native/pull/5471
Reviewed By: svcscm
Differential Revision: D2854830
Pulled By: androidtrunkagent
fb-gh-sync-id: 59fc6db6cbb96c2a7b3b23295e470ffb251c39fa
2016-01-22 15:55:35 -08:00
Moz Morris
f7cb745195
Update Tutorial.md with missing Component import
...
Summary: Closes https://github.com/facebook/react-native/pull/5484
Reviewed By: svcscm
Differential Revision: D2854745
Pulled By: androidtrunkagent
fb-gh-sync-id: b89a8dbef33cc0d89d5e94fa7c5f35219d7c8147
2016-01-22 06:54:33 -08:00
sunnylqm
7d457b09b4
Turn to ES6
...
Summary: Closes https://github.com/facebook/react-native/pull/5460
Reviewed By: svcscm
Differential Revision: D2850417
Pulled By: androidtrunkagent
fb-gh-sync-id: 8ba8bf935de53676cb4930712fabfe832208213f
2016-01-21 10:41:43 -08:00
Satyajit Sahoo
8d525b95dc
Improve docs on Android Native Modules
...
Summary: Closes https://github.com/facebook/react-native/pull/5420
Reviewed By: svcscm
Differential Revision: D2844695
Pulled By: androidtrunkagent
fb-gh-sync-id: d23bd7ceb4ba34ec9f4368eda86730861560f0a8
2016-01-20 06:22:36 -08:00
Jean-Richard Lai
58a448ece3
Update docs about MainActivity getPackages
...
Summary:
Didn't found someone that updated that, feel free to close if that is the case.
Closes https://github.com/facebook/react-native/pull/5415
Reviewed By: svcscm
Differential Revision: D2841576
Pulled By: androidtrunkagent
fb-gh-sync-id: 99b37fcb370453ce71fa83434f7c72b598375ef0
2016-01-19 14:13:35 -08:00
James Ide
1b5b42f3cb
Remove npm 2 recommendation
...
Summary:
npm 3 is working fine especially if you use shrinkwrap at the end. we've been using it for a month+ and the dependency deduping works well.
Closes https://github.com/facebook/react-native/pull/5391
Reviewed By: svcscm
Differential Revision: D2839472
Pulled By: androidtrunkagent
fb-gh-sync-id: 33e551185236694ee5979da701312f12e2582f3c
2016-01-18 17:37:32 -08:00
Martin Konicek
4de8a4bc6d
Update Animations.md
...
Remove extra whitespace
2016-01-18 13:20:29 +00:00
Satyajit Sahoo
63d222667a
Merge pull request #4884 from qbig/doc-animation
...
[Doc][Animation guide][Minor]fix comment by shifting to seperate line
2016-01-17 18:09:07 +05:30
Håvard Fossli
0c53c6f7ed
Notes about app transport security
...
The error message wasn't very helpful. I didn't understand the problem
until I debugged the `RCTJavaScriptLoader`. So this might be to help for
others.
Squashed commits by @andrewsardone into @hfossli’s [original
commit][oc]:
[oc]: 39fa5ca95b
- Expand App Transport Security docs w/ localhost tip
- Tweak ATS error note in EmbeddedAppIOS docs
- Per @satya164’s [recommendation][r], using the exact copy he
recommended.
[r]: https://github.com/facebook/react-native/pull/5290#discussion_r49843876
2016-01-16 10:03:57 -05:00
sunnylqm
5835d26a75
update onResume arguments
2016-01-14 20:01:40 +08:00
sunnylqm
f903625df1
Update React Native dependency version
2016-01-14 16:53:56 +08:00
Oleg Lokhvitsky
edf30065ea
Add details about undoing require() image sizing
...
It can be overridden with undefined to scale dynamically
2016-01-13 11:46:26 -08:00
sunnylqm
0359046af1
give a more detailed bundle example
2016-01-13 11:35:01 +08:00
Brent Vatne
2ed199fa2b
Update KnownIssues.md
2016-01-12 12:02:48 -08:00
BerndWessels
2d6db6caa8
Added Hyper-V Android Emulator Setup Instructions. Closes #3234
2016-01-11 09:14:59 +13:00
Seth Ladd
909aa1c929
Link to iOS device docs
...
Spent an hour trying to find this doc. Hope this helps the next person!
2016-01-08 14:15:33 -08:00
Jack Hsu
472fafa86c
Adds alternative method of opening the dev menu using `adb shell input keyevent 82`
2016-01-06 21:28:16 -05:00
Adam Miskiewicz
78349d6125
Merge pull request #5137 from niftylettuce/master
...
Added reference to Frappé (for OS X Android)
2016-01-06 12:53:24 -05:00
Nick Baugh
49b020a776
Added reference to Frappe, a tool for OS X that easily lets you reload developer tools menu with menubar/tray and hotkey
...
Adjusted sentence per https://github.com/facebook/react-native/pull/5137#discussion_r48966919
2016-01-06 12:42:55 -05:00
Milen Dzhumerov
ffd4f991f5
Merge pull request #5056 from sunnylqm/patch-6
...
remove broken link
2016-01-06 16:06:29 +00:00
yuanyan
5fa33f3d07
Fix the 404 status url.
2016-01-02 19:33:50 +08:00
sunnylqm
e09378d92d
remove Precomputing style
2015-12-31 21:11:47 +08:00
sunnylqm
72a08c11c6
remove broken link
2015-12-31 11:41:49 +08:00
Satyajit Sahoo
81dc490ab3
Merge pull request #4828 from DougBanksPersonal/patch-1
...
Update EmbeddedAppIOS.md
2015-12-31 03:39:30 +05:30
DougBanksPersonal
3955bebb74
Update EmbeddedAppIOS.md
2015-12-30 14:06:54 -08:00
Brent Vatne
33d6293c60
Update KnownIssues.md
2015-12-28 17:51:30 -08:00
sunnylqm
019c564941
use a better way to update react-native package
2015-12-26 23:09:14 +08:00
Hosain
70c89fa0d2
Update incorrect WebSocket example in Network.md
...
Using the provided WebSocket example under react-native 0.17, the sample code throws the following error:
"TypeError: ws.on is not a function(…)"
It's listening on ".on" which does not exist, rather than assigning a function to onopen, onmessage, onerror and onclose.
See: https://developer.mozilla.org/en-US/docs/Web/API/WebSocket
2015-12-26 11:18:51 +00:00
Qiao Liang
cec45957ac
remove outdated info
2015-12-21 01:56:07 +08:00
Qiao Liang
289d9f250f
fix comment by shifting to seperate line
2015-12-20 16:17:57 +08:00
Brian Douglas
574a5851e6
adds sample library distinction
2015-12-19 23:40:09 -08:00
Martin Konicek
04f38d381a
Update KnownIssues.md
2015-12-19 02:13:20 +01:00
sunnylqm
7567a92ca7
fix a typo of a prop name
2015-12-18 23:50:43 +08:00
Qiao Liang
0c09f38aa1
embed more videos
2015-12-17 00:09:49 +08:00