springuper
eecdd88284
fix missing comma
2015-11-02 15:54:11 +08:00
Martin Konicek
7ae39f83ac
Update RunningOnDeviceAndroid.md
2015-10-31 17:13:32 +00:00
Martin Konicek
d98d4e6952
Update RunningOnDeviceAndroid.md
2015-10-31 16:30:25 +00:00
Martin Konicek
9dec2b4a02
Update RunningOnDeviceAndroid.md
2015-10-31 16:29:45 +00:00
Martin Konicek
156609a2a6
Update RunningOnDeviceAndroid.md
2015-10-31 16:29:13 +00:00
Martin Konicek
b22d6a66d1
Update RunningOnDeviceAndroid.md
2015-10-31 16:25:10 +00:00
Martin Konicek
b48f5a4c75
Update RunningOnDeviceAndroid.md
2015-10-31 16:18:50 +00:00
Martin Konicek
12bbf5b16f
Update RunningOnDeviceAndroid.md
2015-10-31 16:17:06 +00:00
James Ide
b27127ee1f
[Docs] Remove section on how transparent views don't receive touches on iOS
...
After 77272d5a91
/ D2574937, transparent views (managed by RN) on iOS now receive touch events. The code sample from the Known Issues section is now a UIExplorer example, and you can't tap the TouchableOpacity button because the transparent overlay is intercepting touches (which matches the behavior on other platforms).
2015-10-30 12:32:22 -07:00
Martin Konicek
c16ffd3162
Update RunningOnDeviceAndroid.md
2015-10-30 11:30:47 +00:00
Martin Konicek
a02240c2ab
Update RunningOnDeviceAndroid.md
2015-10-30 11:27:37 +00:00
Nick Balestra
37c2934f85
Update Animations.md
...
Fixed Misspelling
2015-10-28 20:42:53 -07:00
Krzysztof Magiera
97f1cdaad4
Fix typo in NativeComponentsAndroid.md
2015-10-28 21:12:05 +00:00
Krzysztof Magiera
830b46ea43
Document default values for @ReactProp
2015-10-28 20:48:14 +00:00
Krzysztof Magiera
0b9c704544
Fix items orderting in NativeComponentsAndroid.md
2015-10-28 20:38:25 +00:00
Krzysztof Magiera
ec104e9fba
Docs for @ReactProp
2015-10-28 20:37:14 +00:00
Krzysztof Magiera
5b426c2a18
Docs for @ReactProp
2015-10-28 20:35:09 +00:00
Krzysztof Magiera
47e791fa3b
Update NativeComponentsAndroid.md
2015-10-28 20:16:48 +00:00
Martin Konicek
e4bda3ab85
Update LinuxWindowsSupport.md
2015-10-27 23:12:06 +00:00
Alex Krolick
b5297fe5d4
extend Network/Fetch API documentation
...
- Mention that Fetch returns a Promise
(makes example with .then clearer to newcomers to ES6/ES7)
- Add example of Fetch usage with second argument
(helps clarify how e.g., a POST request to an API might be constructed)
- Add async/await example
2015-10-27 14:29:36 -07:00
Martin Konicek
1c1e1ece99
Update Upgrading.md
2015-10-27 19:29:33 +00:00
Andy Street
6ef024870c
Update KnownIssues.md
2015-10-27 17:01:23 +00:00
Andy Street
7addbd69f4
Update KnownIssues.md
2015-10-27 16:42:02 +00:00
Harry Wolff
63c3e531d4
Fix android native modules to reference right export
2015-10-27 09:45:34 -04:00
Martin Konicek
3de6c2883d
[Android] Remove ViewPager from the list of missing views
2015-10-26 12:47:37 +00:00
Divyendu Singh
484e6403b3
add missing curly brace in NativeModulesIOS.md
2015-10-25 01:04:59 +05:30
James Ide
ba6be7ab88
Merge pull request #3627 from christopherdro/fix-3622
...
Add section for troubleshooting. Closes #3622
2015-10-23 12:29:55 -07:00
James Ide
2fb51bf74a
[Docs] Update Podfile troubleshooting to use local :path syntax
...
The supported way to use CocoaPods is via a local pod in node_modules so update the docs to reflect that.
2015-10-23 12:27:56 -07:00
James Ide
1f00ae787a
[Docs] Update docs to explain how to use local Pod from npm
...
These instructions were already in the docs; just gave them more meat and deleted the old instructions that talked about installing from the Pod repo. Now, we publish only to npm so these instructions are important.
2015-10-23 12:26:25 -07:00
Christopher Dro
c211a084ef
Add section for troubleshooting. Closes #3622
2015-10-23 11:57:51 -07:00
J. Andrew Brassington
7c36138caa
Fix typos (docs/Animations)
...
Line 461: "simlar" => "similar"
Line 545: "tighly" => "tightly"
2015-10-22 17:02:40 -07:00
Felix Oghină
880a06a4b2
[docs] add bundle and upgrade docs
2015-10-22 19:11:38 +01:00
Martin Konicek
3d489c3a6a
Update GettingStarted.md
2015-10-22 19:05:11 +01:00
Martin Konicek
98aed73e1c
Update GettingStarted.md
2015-10-22 19:02:19 +01:00
Martin Konicek
17ef86d6bb
Update LinuxWindowsSupport.md
2015-10-22 17:22:52 +01:00
Martin Konicek
cafeac0000
Update LinuxWindowsSupport.md
2015-10-21 17:06:19 +01:00
Martin Konicek
586b1ee5df
Update LinuxWindowsSupport.md
2015-10-21 14:08:13 +01:00
Martin Konicek
59563ff203
Update LinuxWindowsSupport.md
2015-10-21 14:06:53 +01:00
Martin Konicek
0b5179dce7
[docs] Add docs about Linux and Windows support
2015-10-21 14:02:27 +01:00
Martin Konicek
43d6b1bbfa
Update DevelopmentSetupAndroid.md
2015-10-21 13:31:34 +01:00
Antti Moilanen
d6f46c693a
Fixed one typo and made one sentence more readable by adding 'and' to it.
2015-10-20 23:06:33 +03:00
Alex Kotliarskyi
3506f55ece
Add "React Native: Under the Hood" to videos
2015-10-20 09:48:00 -07:00
Martin Konicek
d41cedb8fc
Update DevelopmentSetupAndroid.md
2015-10-20 12:35:48 +02:00
Martin Konicek
4d9b05cfb2
[docs] Simplify Android setup instructions
2015-10-20 12:30:54 +02:00
David Sandor
c0a2c96d9b
Clarified ReactInstanceManager paragraph.
2015-10-18 15:55:21 -05:00
Harry Wolff
6949be63e4
Update documentation with improved Cocoapods workflow
2015-10-18 09:48:48 -04:00
Martin Konicek
dcd82a2450
Update RunningOnDeviceIOS.md
2015-10-17 11:26:58 +02:00
Andrei-Ovidiu Coman
02958376ad
Update KnownIssues.md
2015-10-15 14:07:47 +01:00
Adão Júnior
5e844c75f8
fix typo
2015-10-14 20:44:36 -03:00
Felix Oghină
aae9f0255f
[docs] add docs for integrating with existing apps on Android
2015-10-14 17:10:47 +01:00
Martin Konicek
9a48b7c336
Update RunningOnDeviceAndroid.md
2015-10-14 16:49:51 +01:00
Pascal Hartig
7aeae9778f
Document opening rage menu via adb
...
You can access the rage menu via adb by sending the keycode manually if you don't have a physical device that you can shake.
2015-10-14 00:43:32 +01:00
Martin Konicek
0206347df3
Update KnownIssues.md
2015-10-13 23:24:44 +01:00
Martín Bigio
08e79deebd
Update RunningOnDeviceIOS.md
2015-10-13 15:41:42 -04:00
Martín Bigio
1ab0c3b374
Update RunningOnDeviceIOS.md
2015-10-13 15:08:11 -04:00
Gabriele Petronella
df1a6d5bed
Add missing semicolon in example and remove extra one
2015-10-11 00:47:12 +02:00
Gabriele Petronella
72ac2f3c27
move await inside async function in async/await example
2015-10-11 00:45:27 +02:00
Gabriele Petronella
cee9c6fe80
Update list of babel transformations in JavascriptEnvironment documentation
...
Re-sync the documentation with https://github.com/facebook/react-native/blob/master/packager/transformer.js#L35-L48
2015-10-10 15:18:07 +02:00
Brent Vatne
2a89d94f96
Merge pull request #3310 from jabbrass/patch-1
...
[Docs] fix typo in KnownIssues.md
2015-10-09 09:46:52 -07:00
Martin Konicek
3fce0a9d61
Update SignedAPKAndroid.md
2015-10-09 17:12:05 +01:00
Martin Konicek
c5af96b471
Update SignedAPKAndroid.md
2015-10-09 17:11:25 +01:00
Martin Konicek
fcf1103b95
Update SignedAPKAndroid.md
2015-10-09 17:10:43 +01:00
Martin Konicek
87ae707985
Update SignedAPKAndroid.md
2015-10-09 17:08:34 +01:00
Martin Konicek
2d206f7286
Update SignedAPKAndroid.md
2015-10-09 17:06:55 +01:00
Martin Konicek
5209114534
Update SignedAPKAndroid.md
2015-10-09 17:00:12 +01:00
Martin Konicek
faeeb1567e
Update SignedAPKAndroid.md
2015-10-09 16:55:07 +01:00
Martin Konicek
26f5f1ffc8
Update SignedAPKAndroid.md
2015-10-09 15:37:06 +01:00
Martin Konicek
de0e039898
Update SignedAPKAndroid.md
2015-10-09 14:30:58 +01:00
J. Andrew Brassington
3ae0f4044f
[Docs] fix typo in KnownIssues.md
...
Line 53: "currenty" => "currently"
2015-10-08 17:42:38 -07:00
James Ide
70721858cf
Merge pull request #3269 from pmadruga/docs_link_fix
...
fix navigator comparison link in performance doc
2015-10-07 15:27:28 -07:00
Pedro Madruga
2bdfb40a82
fix navigator comparison link in performance doc
2015-10-07 20:50:08 +02:00
Martin Konicek
c819c5590b
Add @satya164's WebSocket docs from #2839
2015-10-07 18:09:21 +01:00
Martin Konicek
57a7387d85
Merge pull request #3061 from satya164/signed-apk
...
[Android] Added docs about generating a signed APK
2015-10-07 16:28:35 +01:00
Martin Konicek
2c522cd16c
Update KnownIssues.md
2015-10-05 18:53:00 +01:00
Martin Konicek
85370ecba6
Update KnownIssues.md
2015-10-05 17:23:57 +01:00
Martin Konicek
fe477fbdb4
Update KnownIssues.md
2015-10-05 17:20:13 +01:00
Martin Konicek
c99e8cbb5e
Update KnownIssues.md
2015-10-05 16:51:28 +01:00
skv
f8bf3463ac
[Docs] fix link to animation examples
2015-10-02 17:40:16 +03:00
Kyle Corbitt
be4c58dcb7
documentation for es6 module syntax
2015-10-01 21:20:41 +01:00
Alexander Kotliarskyi
189ba53ca2
Merge pull request #2940 from andersryanc/docs-image-png-note
...
Add note about PNG files to Image static resources
2015-09-30 14:03:59 -07:00
Brent Vatne
554bdf98a7
[Docs] First pass at performance guide
2015-09-30 09:42:56 -04:00
Satyajit Sahoo
c22e143a1d
Fix typos
2015-09-27 00:03:41 +05:30
Satyajit Sahoo
fba9fbbced
Added docs about generating a signed APK
2015-09-27 00:01:10 +05:30
James Ide
cfc8331a7f
[Docs] Remove recommendation to install nvm from brew
...
The nvm maintainers have their own recommended installation instructions (via shell script or git checkout), which are linked to from the docs.
2015-09-25 13:18:31 -07:00
Ryan Anderson
6dfadba318
fix images docs verbiage
2015-09-25 09:34:07 -07:00
Ryan Anderson
a8b34a1516
remove isStatic and change image to my-icon
2015-09-24 23:37:33 -07:00
Martin Konicek
a0ccebc460
Update GettingStarted.md
2015-09-24 15:18:42 +01:00
Aaron Chiu
a7dd4f09b5
Merge pull request #2902 from morenoh149/fixGrammarNativeModulesAndroid
...
Fix Grammar
2015-09-24 14:15:43 +01:00
Ryan Anderson
dee4ea8ea3
Add note about PNG files to Image static resources
2015-09-22 10:00:19 -07:00
Harry Moreno
7f067921a6
Fix Grammar
...
changed
`To make it simpler for to access your new functionality ...`
to
`To make it simpler to access your new functionality ...`
2015-09-20 19:30:51 -04:00
Harry Moreno
1edc3eb001
Fix typo
...
changed
`... for React Native and gis therefore enabled by default.`
to
`... for React Native and is therefore enabled by default.`
2015-09-20 19:28:36 -04:00
Lev Taydakov
ecc79dc6f5
Fix misspelling
2015-09-20 13:48:27 -07:00
dgellow
55c5dade57
fix AppDelegate.m path
2015-09-19 22:56:21 +02:00
Martin Konicek
f1355f36f3
Update DevelopmentSetupAndroid.md
2015-09-18 20:53:06 +01:00
Felix Oghină
4eecef12c5
Merge pull request #2849 from httpNick/master
...
Updated comment in javascript to say the method name is 'show' instead of 'showText'
2015-09-18 19:04:47 +01:00
Nikita Gusakov
e55b373a61
Split iOS and Android docs into different categories
2015-09-18 20:54:05 +03:00
Nick Duncan
ae57b4a729
Updated comment in javascript to say the method name is \'show\' instead of \'showText\'.
2015-09-18 10:38:36 -07:00
codejet
a7906c9b7c
Fix tiny grammatical error
2015-09-17 22:11:55 +02:00
Sahat Yalkabov
365cdde1ef
Update iOS .xcodeproj path
2015-09-16 18:26:28 -07:00
Martin Konicek
b4b42f1ff5
Update KnownIssues.md
2015-09-16 19:54:49 +01:00