react-native-view-overflow
react-native-view-overflow copied to clipboard
Fix Overflow in react-native for Android
Add a note that you may need more than one component in the tree to properly cascade overflow upward
Hey there, I *love* this component, it's probably saved me 2-3 days of refactoring a layout. That said, I had some issues getting it to work because I to use...
Wrapping a `` predecessor with `` or applying styles to it overrides the overflow. --- **First thing's first - Thanks for this module.** so... - expected behavior: `` predecessors will...
## Environnement Environment: OS: Windows 7 Node: 8.11.1 Yarn: Not Found npm: 5.6.0 Watchman: Not Found Xcode: N/A Android Studio: Not Found Packages: (wanted => installed) react: 16.3.1 => 16.3.1...
Seeing this when inspecting the view hierarchy is just really confusing, be it if you’re on iOS or Android. Why was it named this way, when the whole point of...
normal Useage  ``` ``` let we set outside the ViewOverflow area `bottom: -25` change to `bottom: -50`  to fixed it, we can replace View with ViewOverflow ``` ```...
Tried using component to be able to use negative margins on Android and it did nothing. Absolutely useless.
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...