Skip to content

Instantly share code, notes, and snippets.

View gauravsbagul's full-sized avatar
🏠
Working from home

Gaurav Sunil Bagul gauravsbagul

🏠
Working from home
View GitHub Profile
@gauravsbagul
gauravsbagul / Matrix.js
Created November 13, 2020 11:59 — forked from moeinrahimi/Matrix.js
using matrix-js-sdk on react-native
import React, { Component } from 'react';
import Promise from 'bluebird';
Promise.config({
warnings: false
});
import {
TextInput,
Button,
StyleSheet,