Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
feat: add some props
Browse files Browse the repository at this point in the history
  • Loading branch information
alantoa committed Mar 25, 2022
1 parent ee40613 commit b604c13
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 82 deletions.
4 changes: 4 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: ['react-native-reanimated/plugin'],
};
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@
"typescript": "^4.4.4"
},
"peerDependencies": {
"@react-navigation/core": "*",
"lottie-react-native": "*",
"lottie-react-native": ">=4.0.0",
"react": "*",
"react-native": "*",
"react-native-awesome-slider": "*",
"react-native-awesome-slider": ">=2.0.0",
"react-native-gesture-handler": ">=2.0.0",
"react-native-orientation-locker": "*",
"react-native-reanimated": ">=2.0.0",
"react-native-safe-area-context": "*"
"react-native-safe-area-context": "*",
"@react-navigation/core": "*"
},
"jest": {
"preset": "react-native",
Expand Down

0 comments on commit b604c13

Please sign in to comment.