Michael Raring
Michael Raring
@jerairrest Thank you very much for your fork! boron did not work for me after updating to version 16.x of ReactJs. This should be the main project, or boron should...
I solved it by simply wrapping a standard `View` component with the border-style inside of a `ViewOverflow` component and set the background of the parent view to transparent.
Touch-Feature is crucial for 99% of all overflow implementations. Is there really no way??
On my Project with React Native 0.57.3 overflow worked, but without animated Views and without Touch features. This module here made the animation work, but still missing touch ability. I...
The Template returns a React component with style as property. So you can do the following in your App Container: ``` function App () { return ( } {...options}> ......