Skip to content

Commit

Permalink
fix(export): export in index ToastManagerInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
luancurti committed Jun 7, 2023
1 parent c7ee98f commit 4227dfd
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": "@platformbuilders/react-native-toast",
"version": "1.1.3",
"version": "1.1.4",
"description": "",
"author": "Platform Builders <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './Toast';
export * from './ToastProvider';
export { default as ToastManager } from './ToastManager';
export { default as ToastManagerInstance } from './ToastManager';

0 comments on commit 4227dfd

Please sign in to comment.