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 a vanilla React Native example app. #1202

Merged
merged 5 commits into from
Jun 7, 2017
Merged

Commits on Jun 7, 2017

  1. Added a vanilla React Native example app.

    For #1012. Includes storyshots and the use of addon-options
    tmeasday committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    fe2c868 View commit details
    Browse the repository at this point in the history
  2. Separate out testing the RN app and the rest.

    Although RN uses Jest for testing, it uses a Jest preset which messes with the environment. AFIACT it's not possible to selectively apply the environment to different tests so we just separate them.
    tmeasday committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    8cef3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    616a46d View commit details
    Browse the repository at this point in the history
  4. Make test:watch work again

    tmeasday committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    8691938 View commit details
    Browse the repository at this point in the history
  5. Fixed linting errors

    tmeasday committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    4a5dfbd View commit details
    Browse the repository at this point in the history