Remove blur view.
This commit is contained in:
@@ -126,12 +126,7 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
progressText: {
|
||||
flex: 1,
|
||||
flexShrink: 1, // allow shrinking so ellipsis can appear
|
||||
minWidth: 0, // ensures proper shrinking inside a flex row (especially on web)
|
||||
// (Optional) If you find web still not clipping, you can uncomment the next lines:
|
||||
// overflow: 'hidden',
|
||||
// textOverflow: 'ellipsis',
|
||||
// whiteSpace: 'nowrap',
|
||||
flexShrink: 1,
|
||||
},
|
||||
progressBarContainer: {
|
||||
flex: 3,
|
||||
|
||||
Reference in New Issue
Block a user