Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebook/react-native.git. Pull mirroring updated .
  1. Nov 06, 2015
  2. Nov 03, 2015
    • Nick Lockwood's avatar
      Fixed dev mode override to work with unminified JS · 0b76e2a4
      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
      0b76e2a4
  3. Oct 24, 2015
    • Martin Konicek's avatar
      44471205
    • Martin Konicek's avatar
      [0.14.0-rc] Bump versions · 035c181e
      Martin Konicek authored
      035c181e
    • Martín Bigio's avatar
      Fix `android` command · dad45aa8
      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
      dad45aa8
    • Pieter De Baets's avatar
      Fix configuration for OSS UIExplorer tests · 039dab07
      Pieter De Baets authored
      Reviewed By: nicklockwood
      
      Differential Revision: D2575356
      
      fb-gh-sync-id: 0ab5bd29aa3c17a8cb067a8a17abed3e178c5bcf
      039dab07
    • Nick Lockwood's avatar
      Fixed ActivityIndicatorIOS layout · b0b9a56e
      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
      b0b9a56e
  4. Oct 23, 2015
  5. Oct 22, 2015