We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136578f commit 2abf72dCopy full SHA for 2abf72d
1 file changed
example/src/screens/ReaderScreen.tsx
@@ -3,8 +3,8 @@ import { BibleReaderView } from "@youversion/platform-sdk-reactnative";
3
export function ReaderScreen() {
4
return (
5
<BibleReaderView
6
- appName="Sample App"
7
- signInMessage="Explore the sample app!"
+ appName="Example App"
+ signInMessage="Explore the example app!"
8
/>
9
);
10
}
0 commit comments