Skip to content

Instantly share code, notes, and snippets.

View hashirahmad's full-sized avatar
😍
Dream Job

Hashir Ahmad hashirahmad

😍
Dream Job
View GitHub Profile
@hashirahmad
hashirahmad / Activity.js
Created January 6, 2019 19:49
I have a feeling this is wrong
import React from 'react'
import { List,
Button,
FAB,
Divider,
TextInput,
Snackbar,
Title,
RadioButton,
Switch,
@hashirahmad
hashirahmad / ReactExampleUsable.js
Created January 6, 2019 20:02
ReactExampleUsable.js
import React, {Component} from 'react';
import PropTypes from 'prop-types';
class Test extends Component {
constructor(props) {
super(props);
this.state = {
name:'Hashir',
age:20
}