Skip to content

Instantly share code, notes, and snippets.

View joseananio's full-sized avatar

Jose Ananio joseananio

  • 7speck Ltd
  • Accra
View GitHub Profile
var iotivity = require("../../iotivity-node/lowlevel");
module.exports = {
init: function () {
var template = {
"handler": "iotivity",
"sid": "org.iotivity",
"capability": [
{
@joseananio
joseananio / .prettierrc
Created June 29, 2019 00:40 — forked from lruckman/.prettierrc
tslint + prettier + airbnb
{
"printWidth": 120,
"singleQuote": true
}
@joseananio
joseananio / Component.js
Created January 31, 2018 00:11 — forked from smontlouis/Component.js
React Native - Fixed header/footer disappearing on scroll
import React, { PropTypes, Component } from 'react'
import {
Animated,
ScrollView,
Text,
View,
} from 'react-native'
import EStyleSheet from 'react-native-extended-stylesheet'
const styles = EStyleSheet.create({