Andrew Rasmussen
41453a55d0
Finish tutorial draft
2015-03-25 19:57:37 -07:00
Alex Kotliarskyi
f53510a2af
[ReactNative] Add gitignore example for SampleApp
2015-03-25 18:50:32 -08: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
Alex Kotliarskyi
0fe0af2048
[ReactNative] Add react-native-start bin to react-native packge
2015-03-25 18:14:29 -08:00
Christopher Chedeau
546d03d8ed
[ReactNative] Update package.json to be npm-ready
2015-03-25 18:08:07 -08: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
Spencer Ahrens
c5c9b3c190
Add docs on testing.
2015-03-25 18:28:45 -07:00
Alexander Kotliarskyi
f9e5958862
Fix xcodeproj typo in init.sh
...
Also print full path
2015-03-25 21:23:53 -04:00
Christopher Chedeau
c7efc4dd11
Updates from Wed 25 Mar
...
- [RFC][ReactNative] Integrate dev menu directly into RootView | Alex Kotliarskyi
- flowify Libraries/ReactIOS | Marshall Roch
- [WIP] Added support for italics and additional font weights | Nick Lockwood
- [ReactNative] Improve View documentation | Christopher Chedeau
- [react-packager] Readme | Amjad Masad
- Fix for incorrect contentSize reported by RCTScrollView | Nick Lockwood
- [ReactNative] Flow and doc formatting for NetInfo | Eric Vicenti
- [ReactNative] Document AppStateIOS | Eric Vicenti
2015-03-25 18:21:23 -07:00
Alex Kotliarskyi
c5a6b44c76
[RFC][ReactNative] Integrate dev menu directly into RootView
2015-03-25 17:16:42 -08:00
Marshall Roch
7ffa7942aa
flowify Libraries/ReactIOS
2015-03-25 17:09:51 -08:00
Andrew Rasmussen
bd64b14fbe
Update Tutorial.md
2015-03-25 17:53:08 -07:00
Nick Lockwood
f124c32143
[WIP] Added support for italics and additional font weights
2015-03-25 16:09:08 -08:00
Christopher Chedeau
d131e1e09e
[ReactNative] Improve View documentation
2015-03-25 15:55:08 -08:00
Amjad Masad
7d8020751d
[react-packager] Readme
2015-03-25 15:35:10 -08:00
Nick Lockwood
87e7067809
Fix for incorrect contentSize reported by RCTScrollView
2015-03-25 14:50:32 -08:00
Eric Vicenti
cd81fee57c
[ReactNative] Flow and doc formatting for NetInfo
2015-03-25 14:41:00 -08:00
Christopher Chedeau
53f791ed91
Second Updates from Wed 25 Mar
...
- [MAdMan][Android] Make things look more Androidy | Philipp von Weitershausen
- flowified Libraries from Avik | Basil Hosmer
- flowify some Libraries | Basil Hosmer
- [ReactKit] Add shake development menu | Alex Kotliarskyi
- [ReactNative] Add debugger and change SampleApp files structure | Alex Kotliarskyi
- Flowify ReactIOSEventEmitter | Marshall Roch
- [react_native] JS files from D1941151: Allow fontWeight to be 100,200,...,900 | Krzysztof Magiera
2015-03-25 15:37:57 -07:00
Eric Vicenti
96c63c9ac3
[ReactNative] Document AppStateIOS
2015-03-25 14:24:41 -08:00
Eric Vicenti
b331a34af6
First pass at gesture responder guide
2015-03-25 15:19:05 -07:00
Christopher Chedeau
f61352eb4f
Correct capitalization for Geo*l*ocation
2015-03-25 15:15:12 -07:00
Christopher Chedeau
268b5bf41d
Merge pull request #199 from zpao/patch-1
...
Increase base font-weight
2015-03-25 15:12:08 -07:00
Paul O’Shannessy
4e7c33088b
Increase base font-weight
...
300 is too light for an already light typeface, especially on body type.
2015-03-25 15:09:03 -07:00
Eric Vicenti
00f2a7b016
Avoid empty methods section in docs
2015-03-25 14:26:56 -07:00
Philipp von Weitershausen
ea570844f9
[MAdMan][Android] Make things look more Androidy
2015-03-25 13:05:18 -08:00
Basil Hosmer
95deed578c
flowified Libraries from Avik
2015-03-25 12:44:28 -08:00
Christopher Chedeau
a7452c4a5f
White logo
2015-03-25 13:32:42 -07:00
Christopher Chedeau
c61fbf483f
Make GettingStarted shorter and up to date
2015-03-25 12:56:50 -07:00
Eric Vicenti
6271f81a60
Don't document private methods
2015-03-25 12:39:57 -07:00
Basil Hosmer
18b6d5c20d
flowify some Libraries
2015-03-25 11:09:54 -08:00
Christopher Chedeau
3b5c2617c5
Move around the docs a bit
2015-03-25 11:52:29 -07:00
Alex Kotliarskyi
d0d6dbffb3
[ReactKit] Add shake development menu
2015-03-25 10:36:37 -08:00
Christopher Chedeau
4eab005009
Improve style docs
2015-03-25 11:36:37 -07:00
Alex Kotliarskyi
20585eb935
[ReactNative] Add debugger and change SampleApp files structure
2015-03-25 10:25:14 -08:00
Marshall Roch
0315719507
Flowify ReactIOSEventEmitter
2015-03-25 10:10:47 -08:00
Krzysztof Magiera
972bbd7adf
[react_native] JS files from D1941151: Allow fontWeight to be 100,200,...,900
2015-03-25 09:21:30 -08:00
Christopher Chedeau
d6a921e94d
Updates from Wed 25 Mar
...
- [ReactNative] Add snapshot tests for examples | Spencer Ahrens
- [ReactNative] bring back some native modules | Spencer Ahrens
2015-03-25 10:16:19 -07:00
Christopher Chedeau
3aee972116
Update Tutorial.md
2015-03-25 09:10:22 -07:00
Andrew Rasmussen
eceed064f7
Add Tutorial.md
2015-03-25 02:08:09 -07:00
Spencer Ahrens
15f6783f34
[ReactNative] Add snapshot tests for examples
2015-03-24 21:48:49 -08:00
Spencer Ahrens
c7056c6d6d
[ReactNative] bring back some native modules
2015-03-24 21:30:48 -08:00
Christopher Chedeau
4681da5420
Add geolocation polyfill
2015-03-24 21:13:55 -07:00
Christopher Chedeau
d7d7e99c7d
Add new files to docs
2015-03-24 20:38:29 -07:00
Christopher Chedeau
39304ab06b
- [ReactNative] Rename JSNavigationStack to ReactNavigator, rename scene config | Eric Vicenti
2015-03-24 20:33:17 -07:00
Eric Vicenti
7311260e58
[ReactNative] Rename JSNavigationStack to ReactNavigator, rename scene config
2015-03-24 19:27:59 -08:00
Spencer Ahrens
af95e95043
[ReactNative] cleanup view example
2015-03-24 19:20:46 -08:00
Christopher Chedeau
57337cb3e4
More licenses
2015-03-24 19:59:10 -07:00