diff --git a/package.json b/package.json index f59a083..17af0e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rc-swipeout", - "version": "2.0.7", + "version": "2.0.8", "description": "swipe out ui component for react(web and react-native)", "keywords": [ "react", diff --git a/src/index.tsx b/src/index.tsx index e196e39..052b741 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1 +1,3 @@ -export { default } from './Swipeout'; +import Swipeout from './Swipeout'; + +export default Swipeout;