Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebook/react-native.git. Pull mirroring updated .
  1. Oct 03, 2017
  2. Sep 28, 2017
    • James Ide's avatar
      [0.49.0-rc.6] Bump version numbers · af896546
      James Ide authored
      v0.49.0-rc.6
      af896546
    • Janic Duplessis's avatar
      Validate that JS and Native code versions match for RN releases · 776bd34e
      Janic Duplessis authored
      Summary:
      Basic implementation of the proposal in #15271
      
      Note that this should not affect facebook internally since they are not using OSS releases.
      
      Points to consider:
      - How strict should the version match be, right now I just match exact versions.
      - Wasn't able to use haste for ReactNativeVersion because I was getting duplicate module provider caused by the template file in scripts/versiontemplates. I tried adding the scripts folder to modulePathIgnorePatterns in package.json but that didn't help.
      - Redscreen vs. warning, I think warning is useless because if the app crashes you won't have time to see the warning.
      - Should the check and native modules be __DEV__ only?
      
      **Test plan**
      Tested that it works when version match and that it redscreens when versions don't before getting other errors on Android and iOS.
      Closes https://github.com/facebook/react-native/pull/15518
      
      Differential Revision: D5813551
      
      Pulled By: hramos
      
      fbshipit-source-id: 901757e25724b0f22bf39de172b56309d0dd5a95
      776bd34e
  3. Sep 19, 2017
  4. Sep 15, 2017
  5. Sep 12, 2017
  6. Sep 08, 2017
  7. Sep 06, 2017
  8. Sep 01, 2017
  9. Aug 31, 2017