diff --git a/package.json b/package.json index ae84c43..5948848 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.tsx b/src/index.tsx index bcfbe6f..39f27c7 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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,