Skip to content
View hussainahmad's full-sized avatar
πŸ™‚
Working
πŸ™‚
Working
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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. 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";
  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. awesome-reactnative-ui awesome-reactnative-ui Public

    Forked from madhavanmalolan/awesome-reactnative-ui

    Awesome React Native UI components updated weekly

    Python

  4. Deep Link Instrumented Test Deep Link Instrumented Test
    1
    package com.companyName.myProject;
    2
    
                  
    3
    import android.content.Intent;
    4
    import android.net.Uri;
    5
    import android.support.test.InstrumentationRegistry;
  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