{"id":42,"date":"2021-02-14T19:11:11","date_gmt":"2021-02-14T19:11:11","guid":{"rendered":"https:\/\/rhwbaldwin.com\/blog\/?p=42"},"modified":"2024-11-13T23:01:03","modified_gmt":"2024-11-13T23:01:03","slug":"react-native-scrollview-shows-scroll-indicator-in-middle-of-screen","status":"publish","type":"post","link":"https:\/\/rhwbaldwin.com\/blog\/2021\/02\/14\/react-native-scrollview-shows-scroll-indicator-in-middle-of-screen\/","title":{"rendered":"React Native ScrollView Shows Scroll Indicator in Middle of Screen"},"content":{"rendered":"\n<p>There&#8217;s a bug in React Native that sometimes shows the scroll bar in the middle of the screen when you use ScrollView. It looks something like this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"473\" height=\"1024\" src=\"https:\/\/rhwbaldwin.com\/blog\/wp-content\/uploads\/2021\/02\/ScrollViewScrollBarIssue-473x1024.png\" alt=\"\" class=\"wp-image-43\" srcset=\"https:\/\/rhwbaldwin.com\/blog\/wp-content\/uploads\/2021\/02\/ScrollViewScrollBarIssue-473x1024.png 473w, https:\/\/rhwbaldwin.com\/blog\/wp-content\/uploads\/2021\/02\/ScrollViewScrollBarIssue-139x300.png 139w, https:\/\/rhwbaldwin.com\/blog\/wp-content\/uploads\/2021\/02\/ScrollViewScrollBarIssue-768x1662.png 768w, https:\/\/rhwbaldwin.com\/blog\/wp-content\/uploads\/2021\/02\/ScrollViewScrollBarIssue-710x1536.png 710w, https:\/\/rhwbaldwin.com\/blog\/wp-content\/uploads\/2021\/02\/ScrollViewScrollBarIssue.png 828w\" sizes=\"auto, (max-width: 473px) 100vw, 473px\" \/><\/figure>\n\n\n\n<p>It took me a lot of scouring of the internet to find a solution to this one that works, but here it is:<\/p>\n\n\n\n<p>Change your ordinary <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;ScrollView&gt;<\/code><\/pre>\n\n\n\n<p>To include two added bits:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;ScrollView\n  scrollIndicatorInsets={{top: 1, bottom: 1}}\n  contentInsetAdjustmentBehavior=\"always\"\n&gt;<\/code><\/pre>\n\n\n\n<p>This resolves the ScrollView ScrollBar problem completely!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There&#8217;s a bug in React Native that sometimes shows the scroll bar in the middle of the screen when you use ScrollView. It looks something like this: It took me a lot of scouring of the internet to find a solution to this one that works, but here it is: Change your ordinary To include&hellip; <br \/> <a class=\"read-more\" href=\"https:\/\/rhwbaldwin.com\/blog\/2021\/02\/14\/react-native-scrollview-shows-scroll-indicator-in-middle-of-screen\/\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":43,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-42","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-react-native"],"_links":{"self":[{"href":"https:\/\/rhwbaldwin.com\/blog\/wp-json\/wp\/v2\/posts\/42","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rhwbaldwin.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rhwbaldwin.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rhwbaldwin.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rhwbaldwin.com\/blog\/wp-json\/wp\/v2\/comments?post=42"}],"version-history":[{"count":2,"href":"https:\/\/rhwbaldwin.com\/blog\/wp-json\/wp\/v2\/posts\/42\/revisions"}],"predecessor-version":[{"id":85,"href":"https:\/\/rhwbaldwin.com\/blog\/wp-json\/wp\/v2\/posts\/42\/revisions\/85"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rhwbaldwin.com\/blog\/wp-json\/wp\/v2\/media\/43"}],"wp:attachment":[{"href":"https:\/\/rhwbaldwin.com\/blog\/wp-json\/wp\/v2\/media?parent=42"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rhwbaldwin.com\/blog\/wp-json\/wp\/v2\/categories?post=42"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rhwbaldwin.com\/blog\/wp-json\/wp\/v2\/tags?post=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}