Skip to content

Commit

Permalink
6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBrahma committed May 1, 2022
2 parents ea9bfd2 + 677e72c commit ce32eea
Show file tree
Hide file tree
Showing 7 changed files with 2,902 additions and 5,095 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 6.0.5 - 2022-05-01
* Fixed Android crash when `distance` and a radius are both 0. [#47](https://github.com/SrBrahma/react-native-shadow-2/issues/47). Many thanks, [@Czino](https://github.com/Czino)!

## 6.0.4 - 2022-04-12
* Fixed missed children type when using the new @types/react 18. [#44](https://github.com/SrBrahma/react-native-shadow-2/issues/44). Thanks [@Czino](https://github.com/Czino) and [@hcharley](https://github.com/hcharley)!

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-shadow-2",
"version": "6.0.4",
"version": "6.0.5",
"description": "Cross-platform shadow for React Native. Improved version of the abandoned react-native-shadow package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 3 additions & 1 deletion sandbox/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
}
},
"web": {
"favicon": "./assets/favicon.png"
"favicon": "./assets/favicon.png",
// https://github.com/akveo/react-native-ui-kitten/issues/996#issuecomment-790975093
"build": { "babel": { "include": [ "pagescrollview" ] } }
}
}
}
Loading

0 comments on commit ce32eea

Please sign in to comment.