Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RNMobile] Add navigation to link settings and add link picker screen to block settings #26206

Merged
merged 16 commits into from
Nov 12, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix slider spacing
  • Loading branch information
dratwas committed Oct 20, 2020
commit c1ad703cde6cf46a31566753ccdc67e9e0ccf4a2
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ class BottomSheetRangeCell extends Component {
activeOpacity={ 1 }
accessible={ accessible }
onPress={ this.onCellPress }
valueStyle={ styles.valueStyle }
accessibilityLabel={ accessibilityLabel }
accessibilityHint={
/* translators: accessibility text (hint for focusing a slider) */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@
padding-top: 8px;
padding-bottom: 8px;
}

.valueStyle {
height: 0;
}