Spencer Ahrens
a7bf69fc8c
Ignore website for flow
2015-03-26 09:58:59 -07:00
Spencer Ahrens
16271ce365
Add summery blurb to landing page.
2015-03-26 09:54:52 -07:00
Ben Alpert
2d23c2fe1f
Switch nav design
2015-03-26 09:53:54 -07:00
Alexsander Akers
684cfedf17
Update LinkingIOS.js
2015-03-26 16:51:20 +00:00
Alexsander Akers
415d756f5c
Misc. cleanup
2015-03-26 16:46:13 +00:00
Spencer Ahrens
8bed1ef732
Temporarily disable xcode tests because of flakiness.
2015-03-26 09:38:15 -07:00
Tadeu Zagallo
df7d9c27f9
[ReactNative][Docs] Add docs to LinkingIOS
2015-03-26 16:35:05 +00:00
Eric Vicenti
0966ae590b
[ReactNative][CustomComponents] Update old headers
2015-03-26 09:32:19 -07:00
Eric Vicenti
52e988fcc1
Docs for PushNotificationIOS
2015-03-26 09:28:03 -07:00
Spencer Ahrens
bcc8a2c8a4
Add build arg
2015-03-26 09:23:34 -07:00
Spencer Ahrens
048d330161
tweak build script.
2015-03-26 09:17:17 -07:00
Krzysztof Magiera
1976edc9d8
Update tutorial images.
2015-03-26 09:06:30 -07:00
Krzysztof Magiera
bc0ecaddc9
Update styles for ListView in tutorial
2015-03-26 09:03:10 -07:00
Krzysztof Magiera
049e3534b5
Update padding and bg color for tutorial
2015-03-26 09:01:41 -07:00
Spencer Ahrens
6ec091562e
use runXcodeTests.sh instead of build.sh and add arg check.
2015-03-26 08:56:22 -07:00
Krzysztof Magiera
8b8d5fd19b
Use AwesomeProject instead of SampleApp in the final tutorial code
2015-03-26 08:52:15 -07:00
Alexsander Akers
676708c049
Fix CocoaPods spec
2015-03-26 11:49:32 -04:00
Alex Kotliarskyi
1d348ddc93
[ReactNative] UIViewControllerBasedStatusBarAppearance = NO in SampleApp
2015-03-26 11:45:52 -04:00
Alex Kotliarskyi
44f5fa94ea
Remove .rej file
2015-03-26 11:45:52 -04:00
Krzysztof Magiera
e340e01504
Further improvements of Tutorial.md
2015-03-26 08:42:27 -07:00
Spencer Ahrens
c7e3f1b8e3
Fix TextExample snapshot reference image again.
2015-03-26 08:41:44 -07:00
Alex Kotliarskyi
a4cfe5c573
Fix links in docs
2015-03-26 11:26:57 -04:00
Christopher Chedeau
725b5ec942
Update init.sh
2015-03-26 08:17:38 -07:00
Krzysztof Magiera
4e4b90e1e8
Some tweaks of Tutorial.md
2015-03-26 08:13:30 -07:00
Krzysztof Magiera
927afd4019
Update bundle identifier for example project
2015-03-26 07:42:57 -07:00
Christopher Chedeau
8b8e9f906a
Update website
2015-03-26 06:43:45 -07:00
Christopher Chedeau
6500ba7bfb
Updates from Thu 26 Mar
...
- [React Native] Fix incorrect if-statement in RCTGeolocation | Alex Akers
- [ReactNative] s/ReactKit/React/g | Tadeu Zagallo
- [React Native] View border support | Nick Lockwood
- [Assets] Allow scripts to override assetRoots | Amjad Masad
- [ReactNative] Navigator docs | Eric Vicenti
- [ReactNative] License headers and renaming | Eric Vicenti
- [React Native] Add CocoaPods spec | Tadeu Zagallo
- Added explicit types for all view properties | Nick Lockwood
- [ReactNative] s/ReactNavigator/Navigator/ | Tadeu Zagallo
- [ReactNative] Add copyright header for code copied from the jQuery UI project | Martin Konicek
- [ReactNative] PanResponder documentation | Eric Vicenti
2015-03-26 06:32:01 -07:00
Alexander Kotliarskyi
d6c9648aea
Use full path to packager for generated project
...
This way people without react-native-cli can still do `npm start`
2015-03-26 08:59:10 -04:00
Eric Vicenti
b917bb826c
Document touch event
2015-03-26 04:14:39 -07:00
Tadeu Zagallo
17fb98ea85
[docs] Fix 0 being rendered on functions with 0 args
2015-03-26 09:15:45 +00:00
Andrew Rasmussen
3555e4be9e
Update Tutorial.md
2015-03-26 00:35:23 -07:00
Spencer Ahrens
14b1a78600
Update some language in Tutorial.md
2015-03-26 00:19:03 -07:00
Spencer Ahrens
c4e2589f04
Flow should ignore website.
...
Test Plan: `flow` from react-native root returns no errors (gives hundreds of errors on master).
2015-03-26 00:05:29 -07:00
Spencer Ahrens
ca7b428c8d
Update snapshot test.
2015-03-25 23:53:41 -07:00
Spencer Ahrens
138371ca60
Merge pull request #206 from sahrens/docs
...
Better debugger photo.
2015-03-25 23:02:35 -07:00
Ben Alpert
885d2500c7
New tagline
2015-03-25 23:01:13 -07:00
Spencer Ahrens
8bdce3c0c2
Better debugger photo.
2015-03-25 22:58:56 -07:00
Ben Alpert
f0e92f6a40
[website] Avoid 'module.exports = React.createClass'
2015-03-25 22:58:40 -07:00
Andrew Rasmussen
74e72f2cd7
Update Tutorial.md
2015-03-25 22:15:12 -07:00
Andrew Rasmussen
0b3cce1fd2
Tutorial - shorten URL
2015-03-25 21:49:58 -07:00
Andrew Rasmussen
b344c938df
Update Tutorial.md
2015-03-25 21:08:46 -07:00
Spencer Ahrens
b5c1775beb
Improve landing page.
2015-03-25 20:57:23 -07:00
Christopher Chedeau
119a050ed8
Make images work
2015-03-25 20:30:41 -07:00
Christopher Chedeau
beb38a8944
Updates from Wed 25 Mar
...
- [ReactNative] Add deep linking api | Tadeu Zagallo
- [ReactNative] Add gitignore example for SampleApp | Alex Kotliarskyi
- [ReactNative] Add react-native-start bin to react-native packge | Alex Kotliarskyi
- [ReactNative] Update package.json to be npm-ready | Christopher Chedeau
2015-03-25 20:09:04 -07:00
Andrew Rasmussen
41453a55d0
Finish tutorial draft
2015-03-25 19:57:37 -07:00
Ben Alpert
b900ce2efa
[website] Stack Overflow tags are hyphenated
2015-03-25 19:19:47 -07:00
Ben Alpert
7f84c3d7b2
[website] Tweak homepage layout
2015-03-25 19:17:54 -07:00
Christopher Chedeau
b1a84f711c
Merge pull request #202 from sahrens/docs
...
Docs
2015-03-25 19:16:55 -07:00
Ben Alpert
8d2632bfd1
[website] White OG image, favicon
2015-03-25 18:47:03 -07:00
Spencer Ahrens
220a9cbc1d
Improve landing page.
2015-03-25 18:37:30 -07:00