We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f9792 commit 03a78a3Copy full SHA for 03a78a3
demo/mobile/reactnative/App.tsx
@@ -48,7 +48,7 @@ const App = () => {
48
<SafeAreaView style={backgroundStyle}>
49
<StatusBar barStyle={isDarkMode ? 'light-content' : 'dark-content'} />
50
<Card>
51
- <Card.Title title="Card Title" subtitle="Card Subtitle" />
+ <Card.Title title="JSON Schema Form" subtitle="React-Native Paper" />
52
<Card.Content>
53
<ReactNativeForm
54
schema={schema}
0 commit comments