Skip to content
View jazibjafri's full-sized avatar
🚀
🚀

Block or report jazibjafri

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
jazibjafri/README.md

Pinned Loading

  1. inputs-react-native Public

    Inputs for react native with easy built-in validations.

    TypeScript

  2. issue-volunteer Public

    Ask anyone to volunteer for working on issues. And display them as volunteers on issues. So everyone knows when a issue is being worked upon by public.

    JavaScript 1

  3. Common eslint rules
    1
    var OFF = 0,
    2
        WARN = 1,
    3
        ERROR = 2;
    4
    
                  
    5
    module.exports = exports = {
  4. problem-solving Public

    Collection of questions I attempted in online problem solving and technical assessments

  5. How to Add Splash Screen to React Na...
    1
    This gist is created by following the tutorial **[How to Add a Splash Screen to a React Native App (iOS and Android)](https://medium.com/handlebar-labs/how-to-add-a-splash-screen-to-a-react-native-app-ios-and-android-30a3cec835ae)** by @spencercarli. So thanks to him for putting it all together.
    2
    
                  
    3
    This gist just combines the steps explained in the tutorial with the fixes I needed for some errors, in order to make it work.
    4
    
                  
    5
    ## Steps to add splash screen