Skip to content

Instantly share code, notes, and snippets.

View akhan118's full-sized avatar
:octocat:
out and about

Ahmad Khan akhan118

:octocat:
out and about
  • Detroit , Michigan
View GitHub Profile
@SergeyLipko
SergeyLipko / RN_flatList_example.js
Created May 29, 2017 18:21
Example of using RN FlatList component with pagination and pull-refreshing
import React from 'react';
import {
View,
Text,
FlatList,
StyleSheet
} from 'react-native';
import { ListItem } from 'react-native-elements';
class Users extends React.Component {
@nikcub
nikcub / README.md
Created October 4, 2012 13:06
Facebook PHP Source Code from August 2007