Skip to content

Commit c61a54c

Browse files
authored
Merge pull request #3201 from gluestack/feat/web-changes
refactor: remove MadeWithGluestack component from landing page
2 parents 2e44482 + d8c8831 commit c61a54c

File tree

2 files changed

+17
-46
lines changed
  • apps/website/components/page-components/landing-page
  • src/docs/guides/more/roadmap

2 files changed

+17
-46
lines changed

apps/website/components/page-components/landing-page/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import Fold2 from './Fold2';
2121
import BadgeComponent from './BadgeComponent';
2222
import { developersData } from './Newsletter/data';
2323
import AwardBadge from './AwardBadge';
24-
import MadeWithGluestack from './MadeWithGluestack';
2524
import NextLink from 'next/link';
2625
import { SocialMediaGridTestimonial } from './Testimonials';
2726
import { Moon, Sun } from 'lucide-react-native';
@@ -165,7 +164,6 @@ const App = ({ referrer }: { referrer: string }) => {
165164

166165
<Footer />
167166
<BadgeComponent />
168-
<MadeWithGluestack />
169167
<Box className="fixed bottom-0 right-0 min-[992px]:hidden ">
170168
<Fab
171169
onPress={() =>
Lines changed: 17 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,33 @@
11
---
22
title: Roadmap | gluestack-ui | Explore New Components and Enhancements
33

4-
description: New features like Tooltip Arrow, Nested Menu, and utility props support for NativeWind. Get ready for exciting updates, component redesigns, and performance boosts.
4+
description: Track upcoming gluestack-ui releases: new components (Date/Time Picker, BottomSheet), smoother animations, performance gains, NativeWind utility props, and DX upgrades.
55
---
66

77
# Roadmap
88

9-
Our roadmap is prioritized based on **community demand** and **gaps vs other UI libraries**.
9+
The gluestack-ui roadmap outlines our vision, priorities, and upcoming features for the framework. It helps the community stay aligned on what we’re building, what’s in progress, and what’s planned for the future.
1010

1111
## 1. Component Expansion
1212

13-
### High Priority
1413
- **Date/Time Picker** - Essential form component with high community demand
15-
- **BottomSheet** - Mobile-first interaction pattern
14+
- **BottomSheet** - Mobile-first interaction pattern (will replace actionsheet)
15+
- **Pin-Input** Secure OTP/Pin entry component
16+
<br/>
1617

17-
### Medium Priority
18-
- **Circular Progress** - Visual feedback component
19-
- **Step-slider** - Step-based slider component
18+
## 2. Animations
2019

21-
## 2. UI Patterns
22-
- **Example Improvements** - Better component demonstrations
23-
- **Higher-level patterns** - Reusable component combinations
24-
25-
## 3. Animations
26-
27-
### High Priority
2820
- **Component-level animation hooks** (enter/exit animations)
29-
- **Integration with animation libraries**
30-
- `framer-motion` support
31-
- `react-native-reanimated` integration
32-
33-
### Medium Priority
3421
- **Smooth transitions** across all interactive components
22+
<br/>
3523

36-
## 4. Gluestack Pro
37-
38-
### Premium Components
39-
- **Calendar** - Date management component
40-
- **File Upload** - File handling components
41-
- **Pdf Viewer** - PDF viewing component
24+
## 3. Performance Benchmarking
25+
<br/>
4226

43-
### Implementation
44-
- **Preview system** - Users can see component demos
45-
- **Paid unlock** - Code access requires subscription
46-
- **Premium documentation** - Detailed usage guides
27+
## 4. Gluestack Pro
28+
<br/>
4729

4830
## 5. Developer Experience
49-
5031
### Documentation Improvements
5132
- **Interactive Playgrounds** - Live component examples with seamless code editing
5233

@@ -59,20 +40,12 @@ Our roadmap is prioritized based on **community demand** and **gaps vs other UI
5940
### Hooks
6041
- **useColorMode** - Theme management
6142

62-
### Component Redesigns
63-
- **Alert** - Improved notification system
64-
- **Actionsheet** - Enhanced mobile interactions
65-
- **Menu** - Better navigation components
66-
67-
## Current Status
43+
<br/>
6844

69-
### In Progress
70-
- **gluestack-ui v3 release**
45+
## FrameWork updates
7146

72-
- **Performance benchmarking**
47+
- **Expo 54** (starter-kit & init)
48+
- **NativeWind 5**
49+
- **uniwind** (if no major changes)
7350

74-
### Recently Completed
75-
- **Grid** - Layout component
76-
- **Skeleton** - Loading states
77-
- **Universal Starter Kit** - Cross-platform templates
78-
- **gluestack-ui CLI** - Development tools
51+
<br/>

0 commit comments

Comments
 (0)