Skip to content

Commit

Permalink
export Touchable (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
l3satwik authored and ritz078 committed Feb 25, 2019
1 parent e200446 commit 8c81a60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import Banner from "./Banner";
import ImageThumbnail from "./ImageThumbnail";
import Rating from "./Rating";
import Avatar from "./Avatar";
import Touchable from "./shared/Touchable";

export {
Input,
Expand All @@ -37,5 +38,6 @@ export {
Banner,
ImageThumbnail,
Rating,
Avatar
Avatar,
Touchable
};

0 comments on commit 8c81a60

Please sign in to comment.