diff --git a/README.md b/README.md index 52d03b8..287c99a 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ A react native component with the same concept of react native's SegmantedContro ### Android -![Demo](https://github.com/kirankalyan5/react-native-segmented-control-tab/blob/master/example/screenshots/screenshot_android.png) +![Demo](https://github.com/kirankalyan5/react-native-segmented-control-tab/blob/master/Sample/screenshots/screenshot_android.png) ### iOS -![Demo](https://github.com/kirankalyan5/react-native-segmented-control-tab/blob/master/example/screenshots/screenshot_ios.png) +![Demo](https://github.com/kirankalyan5/react-native-segmented-control-tab/blob/master/Sample/screenshots/screenshot_ios.png) ## Install diff --git a/Example/.babelrc b/Sample/.babelrc similarity index 100% rename from Example/.babelrc rename to Sample/.babelrc diff --git a/Example/.gitignore b/Sample/.gitignore similarity index 100% rename from Example/.gitignore rename to Sample/.gitignore diff --git a/Example/.watchmanconfig b/Sample/.watchmanconfig similarity index 100% rename from Example/.watchmanconfig rename to Sample/.watchmanconfig diff --git a/example/App.js b/Sample/App.js similarity index 100% rename from example/App.js rename to Sample/App.js diff --git a/example/SegmentedView.js b/Sample/SegmentedView.js similarity index 100% rename from example/SegmentedView.js rename to Sample/SegmentedView.js diff --git a/Example/app.json b/Sample/app.json similarity index 100% rename from Example/app.json rename to Sample/app.json diff --git a/example/assets/icon.png b/Sample/assets/icon.png similarity index 100% rename from example/assets/icon.png rename to Sample/assets/icon.png diff --git a/example/assets/splash.png b/Sample/assets/splash.png similarity index 100% rename from example/assets/splash.png rename to Sample/assets/splash.png diff --git a/example/package-lock.json b/Sample/package-lock.json similarity index 100% rename from example/package-lock.json rename to Sample/package-lock.json diff --git a/Example/package.json b/Sample/package.json similarity index 100% rename from Example/package.json rename to Sample/package.json diff --git a/Example/screenshots/screenshot_android.png b/Sample/screenshots/screenshot_android.png similarity index 100% rename from Example/screenshots/screenshot_android.png rename to Sample/screenshots/screenshot_android.png diff --git a/Example/screenshots/screenshot_ios.png b/Sample/screenshots/screenshot_ios.png similarity index 100% rename from Example/screenshots/screenshot_ios.png rename to Sample/screenshots/screenshot_ios.png