Skip to content
View jorgemasta's full-sized avatar

Organizations

@moderntribe @reactcanarias
Block or Report

Block or report jorgemasta

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

Pinned

  1. bigcommerce/storefront-data-hooks bigcommerce/storefront-data-hooks Public

    Hooks for React Storefront UI Components

    TypeScript 165 36

  2. Woonivers/react-native-document-scanner Woonivers/react-native-document-scanner Public

    Forked from Michaelvilleneuve/react-native-document-scanner

    Document scanner, features live border detection, perspective correction, image filters and more ! πŸ“²πŸ“Έ

    Java 86 72

  3. Automatically upload react-native so... Automatically upload react-native source maps to Bugsnag from Appcenter
    1
    #!/usr/bin/env bash
    2
    # Prevent send to bugsnag in not selected branches
    3
    if [ "$APPCENTER_BRANCH" != "production" ] && [ "$APPCENTER_BRANCH" != "qa" ] && [ "$APPCENTER_BRANCH" != "staging" ]
    4
    then
    5
      echo "This branch is not in the selected ones:" $APPCENTER_BRANCH