Skip to content

Instantly share code, notes, and snippets.

View cherishwang6688's full-sized avatar

cherishwang6688

View GitHub Profile
@moeinrahimi
moeinrahimi / Matrix.js
Last active July 21, 2024 16:37
using matrix-js-sdk on react-native
import React, { Component } from 'react';
import Promise from 'bluebird';
Promise.config({
warnings: false
});
import {
TextInput,
Button,
StyleSheet,