question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

React native overflow visible not working in android even after updated to RN 0.58.4

See original GitHub issue

🐛 Bug Report

According to this RN release , now on we can use overflow:‘visible’ in android . But still React Native Android clipping its Children view.

To Reproduce

cosider below example https://snack.expo.io/ryZwe-mHN

output in android https://i.stack.imgur.com/M560e.png

output in iOS https://i.stack.imgur.com/jsUwW.jpg

Expected Behavior

the parent should not clip the child view like this https://i.stack.imgur.com/jsUwW.jpg

Code Example

Please consider snack expo url https://snack.expo.io/ryZwe-mHN or SO Question https://stackoverflow.com/questions/54693030/react-native-overflow-visible-not-working-in-android-even-after-updated-to-rn-0

Environment

React Native Environment Info: System: OS: Windows 10 CPU: (4) x64 Intel® Core™ i5-7400 CPU @ 3.00GHz Memory: 520.89 MB / 7.91 GB Binaries: Yarn: 1.7.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 4.6.1 - C:\Program Files\nodejs\npm.CMD

I am getting only this much information when I run react-native info

my package.json is

{ "name": "OverFlowIssue", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "react": "16.6.3", "react-native": "0.58.4" }, "devDependencies": { "babel-core": "7.0.0-bridge.0", "babel-jest": "24.1.0", "jest": "24.1.0", "metro-react-native-babel-preset": "0.51.1", "react-test-renderer": "16.6.3" }, "jest": { "preset": "react-native" } }

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:6
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

11reactions
Duckerscommented, Nov 17, 2019

Still not working in 0.60.5

4reactions
cpojercommented, Apr 2, 2019

Should be in 0.59.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React native overflow visible not working in android even after ...
Still broken for me on 0.61 even though it appears to been fixed already (reactnative.dev/docs/0.61/layout-props#overflow), can anyone verify? – ...
Read more >
[Android] overflow visible doesn't work #6802 - GitHub
Been bitten by this multiple times, there should be a warning in RN if overflow: 'visible' is set on Android. 15
Read more >
Solving View Overflow in Android (ReactNative) - Medium
One way to solve this in Android is to move the children view outside the parent and use absolute style. This works great...
Read more >
OverFlowIssue - Expo Snack
OverFlowIssue. React native overflow visible not working in android even after updated to RN 0.58.4. Open with Expo Go. Open in editor ...
Read more >
react native android 12 status bar text turns white - You.com
Present a RN view controller via push. Notice how the status bar is still light-content (i.e. white text) because of the StatusBar code...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found