Skip to content
View hussainahmad's full-sized avatar
๐Ÿ 
Working from Home
๐Ÿ 
Working from Home

Block or report hussainahmad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
hussainahmad/README.md

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on Mobile Application development using React Native and Android native.
  • ๐ŸŒฑ Iโ€™m currently learning Swift
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on RN Projects
  • ๐Ÿ’ฌ Ask me about RN and Android native projects
  • ๐Ÿ“ซ How to reach me: hussain.ahmad5539@gmail.com
  • ๐Ÿ˜„ Pronouns: Sherwani
  • โšก Fun fact:

Pinned Loading

  1. react-native-intl-country-picker react-native-intl-country-picker Public

    TypeScript

  2. 30-seconds-of-code 30-seconds-of-code Public

    Forked from Chalarangelo/30-seconds-of-code

    A curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.

    JavaScript

  3. Custom ReactModal with fully custom ... Custom ReactModal with fully custom support having OK and Cancel button
    1
    import React from "react";
    2
    import {Text, View, TouchableOpacity} from "react-native";
    3
    import Theme from "../utill/Color";
    4
    import Modal from 'react-native-modal';
    5
    import Layout from "../utill/Layout";
  4. awesome-reactnative-ui awesome-reactnative-ui Public

    Forked from madhavanmalolan/awesome-reactnative-ui

    Awesome React Native UI components updated weekly

    Python

  5. Layout.js Layout.js
    1
    import { Dimensions } from 'react-native';
    2
    
                  
    3
    const width = Dimensions.get('window').width;
    4
    const height = Dimensions.get('window').height;
    5