Skip to content

Instantly share code, notes, and snippets.

@akulsr0
akulsr0 / RNUIAPP - LoginScreen1.jsx
Created August 18, 2020 12:38
React Native UI App - Login Screen 1
import React from 'react';
import {
StyleSheet,
Text,
View,
TextInput,
Image,
Dimensions,
TouchableOpacity,
TouchableWithoutFeedback,
@akulsr0
akulsr0 / RNUIAPP - Card.jsx
Created September 4, 2020 07:29
React Native UI App - Cards
import React from 'react';
import {
StyleSheet,
Text,
View,
TouchableOpacity,
} from 'react-native';
// npm i native-base
import { Card, CardItem } from 'native-base';