Skip to content

Commit

Permalink
add ScaleButton and some utility functions#3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilz5753 committed Dec 17, 2023
1 parent 0abec7e commit 4508dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilz5753/rnutils",
"version": "0.1.12",
"version": "0.1.13",
"description": "React Native Utils",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { ScaleButton } from './components/ScaleButton';
export type { TScaleButton } from './components/ScaleButton';
export { HexToRgba } from './constants';
export { FireEvents, HexToRgba, Multiplier } from './constants';
export {
ReActivityIndicator,
ReFlatList,
Expand Down

0 comments on commit 4508dc6

Please sign in to comment.