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.
2 parents 37e8165 + b811484 commit 7612455Copy full SHA for 7612455
apps/AEPSampleApp/extensions/Identity.js
@@ -24,7 +24,7 @@ export default Identity = ({ navigation }) => {
24
<View style={styles.container}>
25
<ScrollView contentContainerStyle={{ marginTop: 75 }}>
26
<Button onPress={() => navigation.goBack()} title="Go to main page" />
27
- <Text style={styles.welcome}>UserProfile</Text>
+ <Text style={styles.welcome}>Identity</Text>
28
<Button title="extensionVersion()" onPress={identityExtensionVersion}/>
29
<Button title="syncIdentifiers()" onPress={syncIdentifiers}/>
30
<Button title="syncIdentifiersWithAuthState()" onPress={syncIdentifiersWithAuthState}/>
0 commit comments