Skip to content

Instantly share code, notes, and snippets.

View dirar's full-sized avatar

Dirar Abu Kteish dirar

  • Zan Studio
  • Palestine
View GitHub Profile
const URL = 'https://api.github.com/repos/facebook/react-native'
class Stars extends Component {
state : {
stars: number
} = {
stars: 0
}
async componentDidMount() {