This project is mirrored from https://github.com/facebook/react-native.git.
Pull mirroring updated .
- Nov 06, 2015
-
-
Felix Oghină authored
-
Felix Oghină authored
-
- Nov 03, 2015
-
-
Nick Lockwood authored
Summary: public The dev mode override feature was built with the assumption that bunlded JS would be minified, and broke with unminified JS. This fixes that by using a more robust regex-based search. Reviewed By: tadeuzagallo Differential Revision: D2581240 fb-gh-sync-id: 4d4b45eb8573ceb956b7259550d80a9807f83d59
-
- Oct 24, 2015
-
-
Martin Konicek authored
-
Martin Konicek authored
-
Martín Bigio authored
Summary: public We've recently tweak `Config.js` so that it changes the current working directory to be able to keep track of it when running functions on the config instances. Turns out we can't do this as some commands rely on the current path (i.e.: `android`). Although for this specific command we could fix the issue by using several `../` I feel like changing the cwd could bring other weird problems in the future, so I'm reverting the last update I did to D2565954. Reviewed By: foghina Differential Revision: D2572172 fb-gh-sync-id: 8cba62228b19a7729efcfe240a2f00e9becda61f
-
Pieter De Baets authored
Reviewed By: nicklockwood Differential Revision: D2575356 fb-gh-sync-id: 0ab5bd29aa3c17a8cb067a8a17abed3e178c5bcf
-
Nick Lockwood authored
Summary: public This has been broken for a while. The styles in the JS were being set on the container instead of the activity view itself. Also, due to the way frames were set directly on layer properties instead of the view, resizing didn't work properly because the UIImageView inside the UIActivityView was not being realligned when the bounds changed. This also caused problems for other controls such as maps, where it was fixed with a method override, but the simpler solution is just to set the view center and bounds directly. Before: {F23631143} After: {F23631144} Reviewed By: javache, tadeuzagallo Differential Revision: D2575156 fb-gh-sync-id: e82e56d36648e7c924df77da1750e03037b5d5be
-
- Oct 23, 2015
-
-
Pieter De Baets authored
Use latest simulator version
-
Felix Oghină authored
[CLI] Make `react-native init` check your Node version
-
Felix Oghină authored
Reviewed By: mkonicek Differential Revision: D2559885 fb-gh-sync-id: 785bd6ad855da30c00b170e737a7dd0f3e756430
-
Felix Oghină authored
[CLI] Add Node >= 4 requirement to CLI tools
-
rocman authored
Summary: Here's the bug to fix: https://github.com/facebook/react-native/issues/898 Closes https://github.com/facebook/react-native/pull/3509 Reviewed By: svcscm Differential Revision: D2574869 Pulled By: javache fb-gh-sync-id: 8d947c2a0edcfb695c2e209c7b44ae6417b6233e
-
James Ide authored
[docs] fix typos (docs/Animations)
-
J. Andrew Brassington authored
Line 461: "simlar" => "similar" Line 545: "tighly" => "tightly"
-
Alexander Blom authored
Differential Revision: D2573323 fb-gh-sync-id: 980a29fcf836326f9f581eb404d36638afb67f10
-
James Ide authored
Summary: Set up the polyfills for console and process before initializing other modules. Some modules do work (e.g. call `invariant`) when they are first required, so requiring the DefaultInjection module at the beginning ensures we have a consistent JS environment. Closes https://github.com/facebook/react-native/pull/3526 Reviewed By: spicyj Differential Revision: D2560340 Pulled By: frantic fb-gh-sync-id: 44c743e3212ff1dcdbe0169041dfd3ea8f1a54f7
-
Martin Konicek authored
Reviewed By: dkoroskin Differential Revision: D2572178 fb-gh-sync-id: 677f2eb5a7ff5ada2a4e66f86e90664787bef346
-
Martín Bigio authored
Summary: Since we rely on a non npm version of `react-tools` which includes docs and other unnecessary files we need to make sure we blacklist some of them as otherwise the packager fails Closes https://github.com/facebook/react-native/pull/3616 Reviewed By: svcscm Differential Revision: D2572024 Pulled By: mkonicek fb-gh-sync-id: 2082cd69e2ccddb275dfdc7db107d4ed6b826bbb
-
Martin Konicek authored
[react-native-cli] Fix errors on tests refering `packager.js`
-
Martin Konicek authored
[docs] add bundle and upgrade docs
-
Martin Bigio authored
-
Felix Oghină authored
-
Martin Konicek authored
-
Martin Konicek authored
-
Martín Bigio authored
Reviewed By: frantic Differential Revision: D2565954 fb-gh-sync-id: 6fde9e1dbefd71944e8f857e9a40619bf599ef75
-
Martin Konicek authored
-
- Oct 22, 2015
-
-
Martin Konicek authored
Reviewed By: foghina, spicyj Differential Revision: D2570237 fb-gh-sync-id: 4340953702112af704cac97e7d27313c573eee20
-
Pieter De Baets authored
-
Martin Konicek authored
Reviewed By: martinbigio Differential Revision: D2564756 fb-gh-sync-id: 097ec541267a54a45d82116a03e4c22b8f49eb99
-
Pieter De Baets authored
Reviewed By: alexeylang Differential Revision: D2570036 fb-gh-sync-id: a3ca8cdf0420b0da12b65ac0a672179940b2f818
-
Felix Oghină authored
-
Nick Lockwood authored
Summary: public We're sending a lot of module config data when the app first starts, and much of this is redundant. UIExplorer current sends 19061 bytes of module config JSON. This diff reduces that to 16104 (15% saving) by stripping modules that have no methods or constants, and removing method types unless method is async. Reviewed By: tadeuzagallo, javache Differential Revision: D2570010 fb-gh-sync-id: 8c0abbd1cdee3264b37a4f52e852008caaffb9c5
-
Charles Marsh authored
Summary: Fixes #2858. Here's a screenshot of the custom overflow icon in action: <img width="638" alt="overflow" src="https://cloud.githubusercontent.com/assets/1309177/10567090/693e395a-75ae-11e5-84cd-20b19149c620.png"> Closes https://github.com/facebook/react-native/pull/3497 Reviewed By: svcscm Differential Revision: D2559787 Pulled By: foghina fb-gh-sync-id: f188711ec094af3fa307722527f22aefff722e64
-
Tadeu Zagallo authored
Summary: public Fixes #2527 We were re-using the same invocation for every module's method, but calling `[NSInvocation retainArguments]`, so the arguments would never be released. Reviewed By: nicklockwood Differential Revision: D2559997 fb-gh-sync-id: eafa3b3517c7cab3539954e26e250f7f668eee50
-
Felix Oghină authored
Differential Revision: D2569981 fb-gh-sync-id: 20b9bfc6801544795d6d13aa029ae5e1f5ee1dee
-
Alexander Kotliarskyi authored
Fix e2e tests
-
Alex Kotliarskyi authored
Summary: This integrates React Native into Xcode's build process, which lets us automatically handle bundling and packaging image assets. Tested the script via https://github.com/frantic/ReactNativeAssetsExample Loaded from packager: <img width="432" alt="screen shot 2015-10-19 at 3 11 12 pm" src="https://cloud.githubusercontent.com/assets/192222/10593447/be5bc7e8-7678-11e5-8c70-ecc2a1ee24fc.png"> Loaded from offline bundle: <img width="432" alt="screen shot 2015-10-19 at 3 10 58 pm" src="https://cloud.githubusercontent.com/assets/192222/10593448/be5d5194-7678-11e5-8b02-d492a26cfb81.png"> Android: <img width="639" alt="screen shot 2015-10-19 at 3 11 20 pm" src="https://cloud.githubusercontent.com/assets/192222/10593449/be5de2d0-7678-11e5-8d3c-0378fc447f15.png"> Closes https://github.com/facebook/react-native/pull/3523 Reviewed By: mkonicek Differential Revision: D2557923 Pulled By: frantic fb-gh-sync-id: 19957e255993696e793b0162662772efd89f5c1a
-
Bhuwan Khattar authored
Reviewed By: cpojer Differential Revision: D2568166 fb-gh-sync-id: 8cedfd49ae4ce0de57a4ff3b499057c748803bd3
-
Alex Kotliarskyi authored
Internally we don't mirror `scripts` folder from GitHub, which means when importing #3523 changes to `scripts/e2e-test.sh` will not make it to GitHub. This commit contains those changes.
-