Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32599006
D7953.1767429152.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D7953.1767429152.diff
View Options
diff --git a/native/community-creation/community-configuration.react.js b/native/community-creation/community-configuration.react.js
--- a/native/community-creation/community-configuration.react.js
+++ b/native/community-creation/community-configuration.react.js
@@ -46,6 +46,7 @@
icon={cloudIcon}
/>
</View>
+
<ThreadSettingsCategoryHeader type="full" title="COMMUNITY INFO" />
<View style={styles.communityNameRow}>
<Text style={styles.communityNameLabel}>Name</Text>
@@ -59,6 +60,12 @@
/>
</View>
<ThreadSettingsCategoryFooter type="full" />
+
+ <View style={styles.communityNameNoticeContainer}>
+ <Text style={styles.communityNameNoticeText}>
+ You may edit your community’s image and name later.
+ </Text>
+ </View>
</RegistrationContentContainer>
</RegistrationContainer>
);
@@ -104,6 +111,14 @@
paddingVertical: 0,
borderBottomColor: 'transparent',
},
+ communityNameNoticeContainer: {
+ display: 'flex',
+ flexDirection: 'row',
+ justifyContent: 'center',
+ },
+ communityNameNoticeText: {
+ color: 'panelForegroundTertiaryLabel',
+ },
};
export default CommunityConfiguration;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 3, 8:32 AM (14 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5883691
Default Alt Text
D7953.1767429152.diff (1 KB)
Attached To
Mode
D7953: [native] Add `communityNameNotice` to `CommunityConfiguration`
Attached
Detach File
Event Timeline
Log In to Comment