Skip to content

Commit

Permalink
initial v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Ramos committed Feb 12, 2025
1 parent 3c0ebcf commit 520d4b5
Show file tree
Hide file tree
Showing 7 changed files with 3,190 additions and 285 deletions.
Binary file modified .DS_Store
Binary file not shown.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-skeleton-placeholder",
"version": "5.2.4",
"version": "6.0.0-beta.1",
"description": "SkeletonPlaceholder is a React Native library to easily create an amazing loading effect.",
"main": "lib/skeleton-placeholder.js",
"scripts": {
Expand All @@ -23,23 +23,24 @@
"license": "ISC",
"devDependencies": {
"@react-native-community/eslint-config": "3.0.3",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-native/typescript-config": "^0.77.0",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.17",
"@types/react-native": "^0.63.17",
"@types/react": "^19.0.8",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"eslint": "8.19.0",
"eslint-plugin-react-native": "4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"prettier": "2.7.1",
"react-native-linear-gradient": "^2.5.6",
"typescript": "^4.0.2"
"react-native-reanimated": "^3.15.1",
"react-native-svg": "^14.1.0",
"typescript": "5.0.4"
},
"peerDependencies": {
"@react-native-masked-view/masked-view": "^0.2.8",
"react": ">=0.14.8",
"react-native": ">=0.50.1",
"react-native-linear-gradient": "^2.5.6"
"react": "18.2.0",
"react-native": ">=0.72.9",
"react-native-reanimated": "^3.15.1",
"react-native-svg": "^14.1.0"
}
}
}
Loading

0 comments on commit 520d4b5

Please sign in to comment.