Skip to content

Instantly share code, notes, and snippets.

@jsdf
jsdf / ReactNativeRefreshableListView.js
Last active September 15, 2023 07:29
React Native pull down to refresh ListView
// for an updated version see https://github.com/jsdf/react-native-refreshable-listview
var React = require('react-native')
var {
ListView,
ActivityIndicatorIOS,
StyleSheet,
View,
Text,
} = React
@giannif
giannif / gist:9009022
Last active August 29, 2015 13:56
p-js service config response

URL:

/config/:uri

{
  "mediaGen": {
    "vmap": {
      // The stream url to play.
      "uri": "http://streamurl.com",
      // The duration of the stream (including ads, of course).