Commit Graph

283 Commits

Author SHA1 Message Date
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
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
Christopher Chedeau 3b5c2617c5 Move around the docs a bit 2015-03-25 11:52:29 -07:00
Christopher Chedeau 4eab005009 Improve style docs 2015-03-25 11:36:37 -07: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
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
Christopher Chedeau 57337cb3e4 More licenses 2015-03-24 19:59:10 -07:00
Christopher Chedeau 99dc00fd95 Merge pull request #194 from vjeux/update13
Second Update from Tue 24 Mar
2015-03-24 19:51:02 -07:00
Christopher Chedeau ead3a740ca Second Update from Tue 24 Mar 2015-03-24 19:34:12 -07:00
Christopher Chedeau 8068c65f12 Initial pass at the front-page 2015-03-24 16:12:19 -07:00
Felix Kling 8106d6fd0a Updated documentation generator
... to handle Object.assign(Object.create(foo), { ... })
2015-03-24 16:10:28 -07:00
Christopher Chedeau 2cad104fbc Merge pull request #190 from vjeux/update12
Updates from Tue 24 Mar
2015-03-24 09:57:49 -07:00
Christopher Chedeau 2d50d920fa Updates from Tue 24 Mar
- [ReactNative] Open Source PushNotifications and move Badge Number methods and permission into it | Tadeu Zagallo
- [react-packager] Fix regression with transform errors | Amjad Masad
- Flowify TextStylePropTypes and fix a bug with unsupported props | Marshall Roch
- [ReactNative] Remove `arc build` instructions from require | Alex Kotliarskyi
- Flowify Library/Utilities/ | Marshall Roch
- [react-packager] Default to index.js from main if it's a dir | Amjad Masad
2015-03-24 09:26:16 -07:00
Christopher Chedeau c676e9dccc Rename LayoutPropTypes to Flexbox 2015-03-24 09:24:15 -07:00
Christopher Chedeau 244de92486 Merge pull request #185 from vjeux/update11
Second Updates from Mon 23 Mar
2015-03-23 15:18:07 -07:00
Christopher Chedeau 5baffa03fd Second Updates from Mon 23 Mar
- [ReactNative] Use deprecated ix in TabBarExample | Amjad Masad
- [ReactNative] Expanded license on obj-c files | Christopher Chedeau
- [ReactNative] Expanded license on js files | Christopher Chedeau
- [ReactNative] Fix React Devtools integration | Alex Kotliarskyi
- [Text] Account for font leading so descenders are not clipped | James Ide
- [ReactNative] Expanded license on js packager files | Christopher Chedeau
- more UIExplorer flow | Basil Hosmer
- [react-packager] Pick up package changes while running | Amjad Masad
- Added a graph view and a ReactNative metric that displays current queue and execution time for the JS thread. | Bryce Redd
- [ReactNative] Add NativeModules and DeviceEventEmitter to react-native exports | Alex Kotliarskyi
2015-03-23 15:07:33 -07:00
Felix Kling 3a2b1be6d1 Merge pull request #170 from fkling/docs
Add logic to show style props in docs
2015-03-23 11:42:51 -07:00
Felix Kling d5f670d19c Add logic to show style props in docs 2015-03-23 11:34:20 -07:00
Christopher Chedeau e811181034 Add copyright header on website files 2015-03-23 10:56:09 -07:00
Christopher Chedeau 3e2bcdc5a1 Merge pull request #181 from appsforartists/master
Copy editing
2015-03-23 10:51:29 -07:00
Christopher Chedeau a439cd206e Update CONTRIBUTING.md 2015-03-23 10:49:51 -07:00
Christopher Chedeau 6938f45246 Update license 2015-03-23 10:48:39 -07:00
Brenton Simpson eb37460eb1 Merge pull request #2 from appsforartists/style-doc-correction
Style doc correction
2015-03-23 10:45:34 -07:00
Brenton Simpson 6dca10bf34 Copy editing 2015-03-23 10:39:13 -07:00
Christopher Chedeau 41e3de6aa6 Merge pull request #180 from vjeux/update10
Updates from Mon 23 Mar
2015-03-23 10:16:59 -07:00
Christopher Chedeau 82461e04ab Updates from Mon 23 Mar
- [React Native] Fix iOS 7 crashes b/c missing Photos.fmwk | Alex Akers
- UIExplorer flowification | Basil Hosmer
- Add clearImmediate module | Marshall Roch
- [ReactNative] Print directories packager is serving files from | Alex Kotliarskyi
- Work around flow bug with exports | Marshall Roch
- [ReactNative] Move packager/init.sh to GitHub | Alex Kotliarskyi
- [ReactNative] Remove react-native/package.json | Christopher Chedeau
- [ReactNative] Returning actual contentSize for RCTScrollViewManager | Henry Lung
2015-03-23 10:06:16 -07:00
Christopher Chedeau a738b49ae2 Website: initial page for videos 2015-03-23 09:48:43 -07:00
Alexander Kotliarskyi ca47be3d38 Merge pull request #178 from frantic/no-npm-init-in-cli
Allow react-native init <project-or-dir-name>
2015-03-22 14:09:51 -07:00
Alex Kotliarskyi 4d077f4ee8 Fix few paths for react-native cli scripts 2015-03-22 14:04:55 -07:00
Alex Kotliarskyi df73a485cc Allow react-native init <project-or-dir-name> 2015-03-22 13:27:32 -07:00
Christopher Chedeau 616e29f723 Update Network.md 2015-03-22 09:33:24 -07:00
Christopher Chedeau 136d9691c9 Update NativeModulesIOS.md
Linkify code and better warning/note formatting
2015-03-21 19:12:09 -07:00
Christopher Chedeau bc5181e96e Update NativeModulesIOS.md 2015-03-21 18:16:49 -07:00
Alex Kotliarskyi e1d629c2eb Native Modules Guide: address feedback from #176 2015-03-21 17:43:43 -07:00
Christopher Chedeau f2dd966fd8 Merge pull request #176 from frantic/native-modules-guide
Add Native Modules (iOS) guide
2015-03-21 14:20:57 -07:00
Alex Kotliarskyi 822e659177 Add Native Modules (iOS) guide 2015-03-21 11:39:34 -07:00
Christopher Chedeau 1899516a52 Update Image.md
s/ix/require('image!')/
2015-03-21 11:04:05 -07:00
Christopher Chedeau 4f8a86e8d7 Website tweaks 2015-03-21 10:59:41 -07:00
Christopher Chedeau edb9322fe4 Merge pull request #175 from vjeux/update9
Updates from Fri 20 Mar
2015-03-21 10:38:21 -07:00
Christopher Chedeau a66fad52b6 Updates from Fri 20 Mar
- declare timeoutID | Basil Hosmer
- [react-packager] Allow entry point extensions like .ios.js | Amjad Masad
- [react-native] Use SpreadProperty to make react-docgen happy | Felix Kling
- clean Examples/2048 | Basil Hosmer
- [ReactNative] Adjust packager default root when running from within node_modules | Alex Kotliarskyi
- [ReactNative] Add missing websocket dependency | Alex Kotliarskyi
- [react-packager] change all but one `ix` to `require` | Amjad Masad
2015-03-21 10:23:15 -07:00
Christopher Chedeau 17d5182b6c Merge pull request #171 from vjeux/update8
Updates from Thu 19 Mar
2015-03-20 16:31:07 -07:00