Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added create-react-native-app support #1117

Merged
merged 6 commits into from
May 25, 2017
Merged

Added create-react-native-app support #1117

merged 6 commits into from
May 25, 2017

Commits on May 24, 2017

  1. Add CRNA support

    1. detect CRNA projects
    2. simplify RN and CRNA templates by consolidating app into single
    `index.js` instead of `index.ios.js` and `index.android.js`
    3. notify user of extra setup steps in CLI
    4. document CRNA idiosyncrasies in README
    shilman committed May 24, 2017
    Configuration menu
    Copy the full SHA
    3e2673b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Configuration menu
    Copy the full SHA
    cfe5239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb5a86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7df231 View commit details
    Browse the repository at this point in the history
  4. Suppress lint error

    shilman committed May 25, 2017
    Configuration menu
    Copy the full SHA
    01db559 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7ab0c2 View commit details
    Browse the repository at this point in the history