Skip to content
View usrbowe's full-sized avatar
🤓
Digging into React Native
🤓
Digging into React Native
Block or Report

Block or report usrbowe

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
usrbowe/README.md
  • I'm currently working with React Native ♥️

Pinned

  1. Kill background running packager for... Kill background running packager for React Native
    1
    # Find process running with port 8081 and later kill it. 
    2
    # Tested on Mac OSx (should work on all unix based os as well)
    3
    kill $(lsof -t -i :8081)
  2. Delete all origin branches on GitHub Delete all origin branches on GitHub
    1
    // Open console and run this script
    2
    [...document.querySelectorAll('.branch-delete')].forEach(button => button.click());
    3
    
                  
    4
    
                  
    5
    // URL to try
  3. oh-my-qr-scanner oh-my-qr-scanner Public

    Created with CodeSandbox

    HTML 1

  4. smartkarma/react-native-jumbo-html smartkarma/react-native-jumbo-html Public

    Render HTML tags as React Native components.

    JavaScript 34 5