Alex Akers
b00a364d87
[React Native] Fix CocoaPods spec
2015-03-26 05:59:38 -08:00
Eric Vicenti
2448946a7e
[ReactNative] Navigator Example Overhaul
2015-03-26 05:58:38 -08: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
Alex Akers
293b9b9a7f
[React Native] Fix incorrect if-statement in RCTGeolocation
2015-03-26 05:18:49 -08: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
20291a02df
[ReactNative] s/ReactKit/React/g
2015-03-26 02:42:24 -08:00
Nick Lockwood
330c1abbff
[React Native] [FRC - Don't accept] View border support
2015-03-26 01:32:26 -08:00
James Ide
d2206d492d
[Assets] Allow scripts to override assetRoots
...
Summary:
The CLI parse was accepting a string but assetRoots should be an array, so split on commas. Tested by specifying a root directory that was at least two folders up (../../stuff).
Closes https://github.com/facebook/react-native/pull/189
Github Author: James Ide <ide@jameside.com>
Test Plan:
* export to open source
* started server passing --assetRoots array
2015-03-26 01:24:08 -08:00
Tadeu Zagallo
17fb98ea85
[docs] Fix 0 being rendered on functions with 0 args
2015-03-26 09:15:45 +00:00
Eric Vicenti
f9c1a9357a
[ReactNative] Navigator docs
2015-03-26 00:34:15 -08:00
Eric Vicenti
5b8aad5fdc
[ReactNative] License headers and renaming
2015-03-26 00:34:14 -08: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
Tadeu Zagallo
bbb78df076
[React Native] Add CocoaPods spec
2015-03-25 21:53:26 -08:00
Nick Lockwood
19e328fb08
Added explicit types for all view properties
2015-03-25 21:20:24 -08: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
Tadeu Zagallo
558b8c65e0
[ReactNative] s/ReactNavigator/Navigator/
2015-03-25 20:20:57 -08:00
Andrew Rasmussen
b344c938df
Update Tutorial.md
2015-03-25 21:08:46 -07:00
Martin Konicek
20501b3042
[ReactNative] Add copyright header for code copied from the jQuery UI project
2015-03-25 19:57:40 -08: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
Eric Vicenti
f6fc7f37b6
[ReactNative] PanResponder documentation
2015-03-25 19:25:10 -08: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
Tadeu Zagallo
8679c0bc96
[ReactNative] Add deep linking api
2015-03-25 19:01:08 -08:00
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