Skip to content

Instantly share code, notes, and snippets.

View rashidthedeveloper's full-sized avatar

Mohammed Rashid rashidthedeveloper

View GitHub Profile
import React, {Component} from 'react';
import {View, Text, StyleSheet} from 'react-native';
import moment from 'moment';
export default class App extends Component {
constructor(props) {
super(props);
this.state = {};
}
//import liraries
import React, { Component } from 'react';
import { View, Text, StyleSheet, TouchableOpacity } from 'react-native';
import SwipeableRow from './SwipeableRow';
// create a component
class App extends Component {
render() {
return (
<View style={styles.container}>