Commit Graph

14489 Commits

Author SHA1 Message Date
Leonardo YongUk Kim 701dd1f9b4 Fix sourceTree of RCTActionSheet.xcodeproj
Summary:
`File not found` occurs in AppCode.

`sourceTree` of `RCTActionSheet.xcodeproj` is `<absolute>`. Because path is `../../Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj`, that sourceTree is wrong.

Closes #338
Closes https://github.com/facebook/react-native/pull/344
Github Author: Leonardo YongUk Kim <dalinaum@gmail.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-03-27 07:46:57 -08:00
tehfailsafe 64c11433a1 Add note for hardware keyboard in simulator
Closes my issue at https://github.com/facebook/react-native/issues/306
2015-03-27 08:31:01 -07:00
Julius Parishy 7bcb467526 Cancel contents animation before setting new contents in RCTNetworkImageView
Summary:
This is a fix for #322

When setting a new image via the imageURL property, the new image
doesn't always replace the previous one when it is finished downloading
because the image view has a previously instated layer animation
on its contents. This cancels any animation prior to setting the new
contents to fix the issue.
Closes https://github.com/facebook/react-native/pull/337
Github Author: Julius Parishy <julius>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-03-27 06:21:04 -08:00
Jichao Ouyang f2b824e987 fix typos, wrong closing tags 2015-03-27 14:23:54 +08:00
Jordanna Kwok 4dac2a9645 WebView component's automaticallyAdjustContentInsets prop should be type BOOL. Fixes #251. 2015-03-26 22:58:55 -07:00
Amjad Masad 35589d6f09 [react-packager] move dependencies to root package.json 2015-03-26 21:45:55 -08:00
tako-black fb9bacdf2d fix typo 2015-03-27 14:33:27 +09:00
Amjad Masad 3b7bd7401e Merge pull request #307 from pgaspar/patch-1
Adds missing space character to CLI error message
2015-03-26 21:25:26 -07:00
Pedro Gaspar 90954096c4 Adds missing space character to CLI error message
Before:
> Command `foo` unrecognized.Did you mean to run this inside a react-native project?

After:
> Command `foo` unrecognized. Did you mean to run this inside a react-native project?
2015-03-27 04:12:18 +00:00
cahlan 338864d5da corrects typo in NativeModulesIOS README 2015-03-26 21:15:38 -06:00
Christopher Chedeau 9c2dbbf997 Merge pull request #290 from raphamorim/master
Support/use Promises
2015-03-26 18:52:44 -07:00
Raphael Amorim 10c2205171 make a callback for server run only when done 2015-03-26 22:10:02 -03:00
Raphael Amorim e9ef277147 Fix log when execut npm start script 2015-03-26 22:00:08 -03:00
Amjad Masad bd8fa86ba6 0.2.1 2015-03-26 17:50:02 -07:00
Amjad Masad 89fc8a4d7f Merge pull request #286 from facebook/assetRoots
[react-packager] Fix assetRoots when starting in node_modules,
2015-03-26 17:49:31 -07:00
Amjad Masad fc52ed6301 [react-packager] Fix assetRoots when starting in node_modules, fixes #282 #252 2015-03-26 17:42:32 -07:00
Amjad Masad 71f08d2cb2 0.2.0 2015-03-26 17:34:05 -07:00
Amjad Masad c15680a3ee Merge pull request #283 from facebook/update-packagejson
Use only one package for dependencies, for now. Fixes #225
2015-03-26 17:33:23 -07:00
Amjad Masad a0e09fe863 Use only one package for dependencies, for now. Fixes #225 2015-03-26 17:26:51 -07:00
Rudolf Adamkovic d1f70f64de Fix typo in sample code 2015-03-27 00:22:48 +01:00
Nick Lockwood 662673d8df Fix font crash on iOS < 8.2 2015-03-26 15:13:41 -08:00
Steve Lacy 6b7383072a Add possessive case to React 2015-03-26 15:39:53 -07:00
Amjad Masad 39fe5ec266 [react-packager] Fix node v0.11.14 query parse bug 2015-03-26 14:33:33 -08:00
Amjad Masad 4ddd4af1b7 Merge pull request #268 from rmi22186/patch-1
Add links to node and npm in Requirements
2015-03-26 15:05:33 -07:00
Robert Ing b577573730 Add links to node and npm in Requirements
In getting started, it asks if you are new to node and npm, but there are no links to explain what either is. I believe these links help to clarify.
2015-03-26 16:57:33 -05:00
Tadeu Zagallo 932e600205 [ReactNative][Docs] Remove references to ReactNavigator from docs 2015-03-26 13:53:26 -08:00
jondot 78a6c9d9d4 Adding the 'running the examples' instructions to the end of the README.md 2015-03-26 23:34:24 +02:00
Amjad Masad 397fb7a3fe Merge pull request #258 from lqd/patch-1
Fix a couple typos
2015-03-26 14:33:54 -07:00
lqd 875b1359aa Fix a couple typos
I feel this is what the author meant :)
2015-03-26 22:27:05 +01:00
Kevin Kwok 4a6bcc34eb [CLI] react-native start won't run from dir with spaces
Summary:
Running "react-native start" from /Users/kevin/Dropbox (Personal)/Projects/AwesomeProject/ produces the following error

Error: Cannot find module '/Users/kevin/Dropbox'
    at Function.Module._resolveFilename (module.js:322:15)
    at Function.Module._load (module.js:264:25)
    at Function.Module.runMain (module.js:487:10)
    at startup (node.js:111:16)
    at node.js:809:3
Closes https://github.com/facebook/react-native/pull/214
Github Author: Kevin Kwok <antimatter15@gmail.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-03-26 12:37:27 -08:00
Rudolf Adamkovic 2e9adef52e [website] Improve typography 2015-03-26 20:50:35 +01:00
Ben Alpert b4da77a31f Merge pull request #223 from zpao/website-improvements
Website improvements
2015-03-26 12:27:34 -07:00
Ben Alpert 5e7df58197 Bump react-native-cli version actually 2015-03-26 12:13:29 -07:00
Ben Alpert 2665d77c66 Bump react-native-cli version 2015-03-26 12:11:15 -07:00
Ben Alpert 6ff2d47ab1 [README] Switch to public Travis badge 2015-03-26 12:03:24 -07:00
Jakub Zika 011e342bbc Revert .buckversion bumps. 2015-03-26 11:02:54 -08:00
Krzysztof Magiera 02ff4955fd [react_native] Update default bundle name to org.reactjs.native.* 2015-03-26 11:01:52 -08:00
Paul O’Shannessy 35fa5aa762 [website] optimize images 2015-03-26 11:52:54 -07:00
Paul O’Shannessy 94c74bc6c4 [website] Allow top nav to overflow
This looks *less bad* than it currently does but it's still pretty
clowny.
2015-03-26 11:52:54 -07:00
Paul O’Shannessy 9c9992e298 [website] Don't link to #content for docs 2015-03-26 11:52:54 -07:00
Paul O’Shannessy c2df412264 [website] Overflow .prism
This should fix the remaining horizontal scrolls on mobile.
2015-03-26 11:52:54 -07:00
Paul O’Shannessy 79443d84c9 [website] use maxWidth in JS styles, CSS images
This is a quick fix for "responsive" views. It's not perfect but it's
less bad.
2015-03-26 11:52:49 -07:00
Alexsander Akers 64010cca17 Merge pull request #219 from roryquinlan/master
Corrected typo in README
2015-03-26 18:40:54 +00:00
Amjad Masad 031adabd18 [react-packager] better error when main file not found 2015-03-26 10:38:50 -08:00
Alexsander Akers 821dcb5154 Merge pull request #220 from stevelacy/lint
Lint code - change double quotes to single in website/jsdocs
2015-03-26 18:37:50 +00:00
Alex Akers 7a97043a3e [React Kit] Remove embarrassing TODOs 2015-03-26 10:33:05 -08:00
Alexsander Akers 324f96bea4 Update README.md 2015-03-26 18:31:16 +00:00
Tadeu Zagallo b1827af7dc Update examples headers 2015-03-26 18:26:10 +00:00
Alexsander Akers 35aa18a84e Fix CocoaPods spec 2015-03-26 18:25:35 +00:00
Amjad Masad 5ce9ab143a Only allow valid identifier names as project names. Fixes #213 2015-03-26 11:19:39 -07:00