Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ameer2468 committed May 25, 2024
1 parent 0ca241b commit 3c9bee0
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 355 deletions.
3 changes: 2 additions & 1 deletion apps/mobile/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = function (api) {
}
}
]
]
],
overrides: [{ test: /\.solid.tsx$/, presets: ['solid'] }]
};
};
1 change: 1 addition & 0 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"react-native-toast-message": "^2.2.0",
"react-native-wheel-color-picker": "^1.2.0",
"rive-react-native": "^6.2.3",
"solid-js": "^1.8.8",
"twrnc": "^4.1.0",
"use-count-up": "^3.0.1",
"use-debounce": "^9.0.4",
Expand Down
Loading

0 comments on commit 3c9bee0

Please sign in to comment.