Skip to content

Instantly share code, notes, and snippets.

View nickcabral's full-sized avatar

Nick Cabral nickcabral

View GitHub Profile
@nickcabral
nickcabral / hyper.js
Created August 16, 2019 16:07
Hyper config file
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
@nickcabral
nickcabral / demo.xml
Last active May 4, 2018 19:03
stack layout inside of scrollview
<GridLayout rows="auto,*,auto">
<!-- Header -->
<StackLayout height="15%" row="0" width="60%" orientation="horizontal" horizontalAlignment="center">
<Image src="~/images/logo gezicht.png" stretch ="aspectFit"/>
</StackLayout>
<!-- Main -->
<ScrollView width="80%" row="1" orientation="vertical">
<DockLayout style="background-color: #d3d3d3" stretchLastChild="true">