Skip to content
#

expo

Here are 5,838 public repositories matching this topic...

jvgeee
jvgeee commented Dec 14, 2021

I may be reading it completely wrong, but the current way the Screen component decides whether to use a scrollview or not is to check isNonScrolling(preset)

The code:

export function isNonScrolling(preset?: ScreenPresets) {
  // any of these things will make you scroll
  return !preset || !presets[preset] || preset === "fixed"
}

The comment "Any of these things will make yo

spectrum
nickcolley
nickcolley commented Nov 21, 2018

Issue Type (check one)

  • Bug Report

Description (type any text below) -->

When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.

If you force outlines back on you can see what is being tabbed.

*:focus {
    outline: 3px solid orange !important;
    outline-offse
Bangumi

💫 An unofficial bgm.tv app client for Android and iOS, built with React Native. 一个无广告、不盈利的 bgm.tv 第三方客户端。简单比喻就是专门做ACG的类豆瓣应用。专门为移动端重新设计,已适配 iOS / Android、mobile / pad、light / dark theme,并加入了很多网页端难以实现的增强型功能。

  • Updated Mar 16, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the expo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the expo topic, visit your repo's landing page and select "manage topics."

Learn more