diff --git a/lib/components/atoms/TileContainer/TileContainer.stories.tsx b/lib/components/atoms/TileContainer/TileContainer.stories.tsx
deleted file mode 100644
index cda1890..0000000
--- a/lib/components/atoms/TileContainer/TileContainer.stories.tsx
+++ /dev/null
@@ -1,31 +0,0 @@
-import { Meta, StoryFn } from "@storybook/react";
-import React from "react";
-import { View } from "react-native";
-import TileContainer from "./index";
-
-export default {
- title: "components/atoms/TileContainer",
- component: TileContainer,
- decorators: [
- (Story) => (
-
-
-
- ),
- ],
-} as Meta;
-
-const Template: StoryFn = (args) => (
-
-);
-
-export const Default = Template.bind({});
-Default.args = {
- // Add default props here
-};
diff --git a/package.json b/package.json
index 30476ec..cbd90b4 100644
--- a/package.json
+++ b/package.json
@@ -40,6 +40,7 @@
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-react-native-web": "^0.19.9",
+ "chromatic": "^11.7.1",
"concurrently": "^8.2.2",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
diff --git a/yarn.lock b/yarn.lock
index d994beb..5e384ba 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3243,6 +3243,11 @@ chownr@^2.0.0:
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
+chromatic@^11.7.1:
+ version "11.7.1"
+ resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-11.7.1.tgz#9de59dd9d0e2a847627bccd959f05881335b524e"
+ integrity sha512-LvgPimdQdnQB07ZDxLEC2KtxgYeqTw0X71GA7fi3zhgtKLxZcE+BSZ/5I9rrQp1V8ydmfElfw0ZwnUH4fVgUAQ==
+
chrome-trace-event@^1.0.2:
version "1.0.4"
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz#05bffd7ff928465093314708c93bdfa9bd1f0f5b"