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
Philipp von Weitershausen
bdd170568c
[ReactNative][MAdMan] Clean up after D1942269
2015-03-26 10:18:39 -08:00
Spencer Ahrens
90f399c4d1
Fix typo.
2015-03-26 11:15:13 -07:00
Steve Lacy
5a4e780ac3
Lint code - change double quotes to single in website/jsdocs. Add/remove semicolons to keep code style
2015-03-26 11:14:54 -07:00
Spencer Ahrens
bcabb3bc4a
Fix typo.
2015-03-26 11:13:46 -07:00
Basil Hosmer
030b264eb4
flowify a few more Libraries
2015-03-26 10:13:38 -08:00
roryquinlan
019d9cfdab
corrected typo in readme
2015-03-26 14:13:31 -04:00
Spencer Ahrens
6f954612fe
Merge pull request #217 from bsudekum/fix
...
remove extraneous word
2015-03-26 11:11:50 -07:00
Spencer Ahrens
e463c9bb08
Update README.md
2015-03-26 11:07:15 -07:00
Spencer Ahrens
4c5ecfd1e7
Update README.md
2015-03-26 11:06:24 -07:00
Christopher Chedeau
87dcb90e8c
Add CustomComponents license
2015-03-26 11:03:30 -07:00
Eric Vicenti
7e02a1e111
[ReactNative] PushNotificationIOS documentation
2015-03-26 10:01:12 -08:00
rsudekum
47cd815909
remove extraneous word
2015-03-26 10:59:03 -07:00
Amjad Masad
937dec72f6
Merge pull request #216 from stevelacy/cli
...
Lint code - change double to single quotes to keep code style
2015-03-26 10:57:01 -07:00
Ben Alpert
69e5233d4d
Make open-source Travis build the website properly?
2015-03-26 10:54:09 -07:00
Spencer Ahrens
3c08b94189
Update README.md
2015-03-26 10:53:51 -07:00