We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8103336 commit fe493a7Copy full SHA for fe493a7
README.md
@@ -8,7 +8,7 @@
8
</p>
9
10
<p align="center">
11
- v1.0.0-beta.5
+ v1.0.0-beta.6
12
13
14
## Preview App
example/src/app/(home)/index.tsx
@@ -157,7 +157,7 @@ export default function App() {
157
return (
158
<ScreenScrollView>
159
<View className="items-center justify-center my-4">
160
- <AppText className="text-muted text-base">v1.0.0-beta.5</AppText>
+ <AppText className="text-muted text-base">v1.0.0-beta.6</AppText>
161
</View>
162
<View className="gap-6">
163
{cards.map((card, index) => (
0 commit comments