You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.
Drew Delianides edited this page Mar 28, 2017
·
1 revision
This document is for outline some higher level 'issues' that wouldn't require an issue to be created but should be highlighted.
Monday, March 25, 2017
It was discovered after most of the day had elapsed that the Babel ES2015 preset was causing React Native to fail when the project was run. This wasn't a complicated issue but was compounded because it was believed initially to be isolated to a single machine. This turned out to be false. The issue was resolved when we found that after clearing cache other developers were able to reproduce the issue which gave us a new avenue to troubleshoot. After removing the ES2015 preset from the .babelrc file the project ran normally.