Browse Source

Feature: Home page updated for Example Project.

lfabl 1 tháng trước cách đây
mục cha
commit
bb71b37bd2
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      example/src/pages/home/index.tsx

+ 8 - 0
example/src/pages/home/index.tsx

@@ -256,6 +256,14 @@ const Home = () => {
             title="Open BottomSheet"
             variant="filled"
         />
+        <Button
+            title="Open Snackbar"
+            variant="filled"
+            type="danger"
+            onPress={() => {
+
+            }}
+        />
         <BottomSheet
             ref={bottomSheetRef}
             renderHeader={() => {