Skip to content

Instantly share code, notes, and snippets.

View tundaey's full-sized avatar

Tunde Ganiy tundaey

  • London, UK
View GitHub Profile
### Keybase proof
I hereby claim:
* I am tundaey on github.
* I am tundaey (https://keybase.io/tundaey) on keybase.
* I have a public key ASCm0HwuYf9jXvTgD8fGaCH6ISrXkaKQKNgHhrgfVG9u3Qo
To claim this, I am signing this object:
### Keybase proof
I hereby claim:
* I am tundaey on github.
* I am tundaey (https://keybase.io/tundaey) on keybase.
* I have a public key ASCm0HwuYf9jXvTgD8fGaCH6ISrXkaKQKNgHhrgfVG9u3Qo
To claim this, I am signing this object:
### Keybase proof
I hereby claim:
* I am tundaey on github.
* I am tundaey (https://keybase.io/tundaey) on keybase.
* I have a public key ASCm0HwuYf9jXvTgD8fGaCH6ISrXkaKQKNgHhrgfVG9u3Qo
To claim this, I am signing this object:
@tundaey
tundaey / react snippets vscode
Last active February 7, 2018 19:51
snippets
"React-Native Stateful Container Components": {
"prefix": "scc-native",
"body": [
"import React from 'react';",
"import { StyleSheet, Text, View } from 'react-native';",
"",
"export class $1 extends React.Component {",
"\trender() {",
"\t\treturn (",
"\t\t\t<View>",