Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crazycodeboy/react-native-easy-toast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: crazycodeboy/react-native-easy-toast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 18, 2018

  1. pointerEvents by props

    skinet2009 authored Oct 18, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    86e8923 View commit details

Commits on Jan 9, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ba9f322 View commit details

Commits on Feb 21, 2023

  1. fix: upgrade react-native from 0.63.4 to 0.71.1

    Snyk has created this PR to upgrade react-native from 0.63.4 to 0.71.1.
    
    See this package in npm:
    
    
    See this project in Snyk:
    https://app.snyk.io/org/skinet788767/project/549632ee-6005-403a-af38-d0b53e7b2847?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Feb 21, 2023

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    5bb0581 View commit details
  2. fix: upgrade react from 16.13.1 to 16.14.0

    Snyk has created this PR to upgrade react from 16.13.1 to 16.14.0.
    
    See this package in npm:
    
    
    See this project in Snyk:
    https://app.snyk.io/org/skinet788767/project/549632ee-6005-403a-af38-d0b53e7b2847?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Feb 21, 2023

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    236be9c View commit details

Commits on Feb 22, 2023

  1. Merge pull request #2 from skinet2009/snyk-upgrade-e73b84ca55282194a0…

    …dffba5612b2a04
    
    [Snyk] Upgrade react from 16.13.1 to 16.14.0
    skinet2009 authored Feb 22, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4037660 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    117908f View commit details
  3. Merge pull request #1 from skinet2009/snyk-upgrade-9c7c49f234df70e3ef…

    …0a682a295c5ced
    
    [Snyk] Upgrade react-native from 0.63.4 to 0.71.1
    skinet2009 authored Feb 22, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4130fdf View commit details

Commits on Mar 9, 2023

  1. Merge pull request #60 from skinet2009/master

    pointerEvents by props
    crazycodeboy authored Mar 9, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a563937 View commit details
Showing with 1,888 additions and 1,223 deletions.
  1. +2 −2 examples/package.json
  2. +1,883 −1,220 examples/yarn.lock
  3. +3 −1 index.js
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@
"lint": "eslint ."
},
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.4",
"react": "16.14.0",
"react-native": "0.71.1",
"react-native-easy-toast": "^1.2.0"
},
"devDependencies": {
Loading