Skip to content

Instantly share code, notes, and snippets.

View mdhamed238's full-sized avatar

Mohamed Hamed mdhamed238

View GitHub Profile
@mdhamed238
mdhamed238 / RNUIAPP - LoginScreen4.jsx
Created May 12, 2023 11:56 — forked from akulsr0/RNUIAPP - LoginScreen4.jsx
React Native UI App - Login Screen 4
import React from 'react';
import {
StyleSheet,
Text,
View,
Image,
TextInput,
TouchableOpacity,
TouchableWithoutFeedback,
Dimensions,
@mdhamed238
mdhamed238 / countries.json
Created February 26, 2022 12:59 — forked from keeguon/countries.json
A list of countries in JSON
[
{name: 'Afghanistan', code: 'AF'},
{name: 'Åland Islands', code: 'AX'},
{name: 'Albania', code: 'AL'},
{name: 'Algeria', code: 'DZ'},
{name: 'American Samoa', code: 'AS'},
{name: 'AndorrA', code: 'AD'},
{name: 'Angola', code: 'AO'},
{name: 'Anguilla', code: 'AI'},
{name: 'Antarctica', code: 'AQ'},