-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
As title, it is easy to reproduce, please see below:
ActionSheetManager.show({
style: ThemeStyles.generalItemBg,
separatorStyle: ThemeStyles.generalItemBorder,
showSelectedIcon: false,
children: [
<ActionSheetItem
key={uuid.v4()}
text={<Text style={ThemeStyles.authorComment}>Share This!</Text>}
onPress={() => )}
/>,
<ActionSheetItem
key={uuid.v4()}
text={<Text style={ThemeStyles.authorComment}>Share This!</Text>}
onPress={() => )}
/>,
<ActionSheetItem
key={uuid.v4()}
text={<Text style={ThemeStyles.authorComment}>Share This!</Text>}
onPress={() => )}
/>,
<ActionSheetItem
key={uuid.v4()}
text={<Text style={ThemeStyles.authorComment}>Share This!</Text>}
onPress={() => )}
/>,
<ActionSheetItem
key={uuid.v4()}
text={<Text style={ThemeStyles.authorComment}>Share This!</Text>}
onPress={() => )}
/>,
<ActionSheetItem
key={uuid.v4()}
text={<Text style={ThemeStyles.authorComment}>Share This!</Text>}
onPress={() => )}
/>,
<ActionSheetItem
key={uuid.v4()}
text={<Text style={ThemeStyles.authorComment}>Share This!</Text>}
onPress={() => )}
/>
]})
Metadata
Metadata
Assignees
Labels
No labels