Skip to content

Commit 03a78a3

Browse files
committed
fix: demo updated
1 parent e8f9792 commit 03a78a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/mobile/reactnative/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const App = () => {
4848
<SafeAreaView style={backgroundStyle}>
4949
<StatusBar barStyle={isDarkMode ? 'light-content' : 'dark-content'} />
5050
<Card>
51-
<Card.Title title="Card Title" subtitle="Card Subtitle" />
51+
<Card.Title title="JSON Schema Form" subtitle="React-Native Paper" />
5252
<Card.Content>
5353
<ReactNativeForm
5454
schema={schema}

0 commit comments

Comments
 (0)