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

Support React Native #37

Merged
merged 21 commits into from
Apr 22, 2020
Merged

Support React Native #37

merged 21 commits into from
Apr 22, 2020

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    544e411 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cecf18f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40d5e2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60c926f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    063b820 View commit details
    Browse the repository at this point in the history
  6. Update CircleCI config

    smithki committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    9e7e68d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac50c28 View commit details
    Browse the repository at this point in the history
  8. Organizational comments

    smithki committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    93e2657 View commit details
    Browse the repository at this point in the history
  9. Remove superfluous comment

    smithki committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d2e2021 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    73e6c53 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e6a1957 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    768dc7b View commit details
    Browse the repository at this point in the history
  13. Add .vscode to git ignores

    smithki committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1abad60 View commit details
    Browse the repository at this point in the history
  14. Add /dist to eslint ignores

    smithki committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    337e6c3 View commit details
    Browse the repository at this point in the history
  15. Clean up Webpack config

    smithki committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    c62a6a6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    520e510 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    857e503 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    a690a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5385d97 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. React native unit tests (#49)

    * Add constructor test for MagicSDKReactNative
    
    * Add 'magic.link' as homepage in 'package.json'
    
    * Update 'tsconfig.jsx' to 'react-native'
    
    * Revert change to tsconfig
    
    * Fix test preprocessing to support React/React Native
    
    * Fix typo
    
    * Fix 'PayloadTransport.post' tests
    
    * Cleanup test files & improve core SDK coverage after RN changes
    
    * Add unit tests for 'PayloadTransport.handleReactNativeWebViewMessage'
    
    * Update architectural overview with React Native-specific info
    
    * Add unit tests for 'ReactNativeWebViewController' methods (WIP)
    
    * Add coverage ignore comment
    
    * Add 'utils/url' tests
    smithki committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    849d1b0 View commit details
    Browse the repository at this point in the history
  2. Add some testing cleanups

    smithki committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    62cedc0 View commit details
    Browse the repository at this point in the history