Skip to content
View mcousillas6's full-sized avatar
Block or Report

Block or report mcousillas6

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. RN-ImageEditor RN-ImageEditor Public

    Example of using native views to wrap platform specific functionality to provide a native image editting experience.

    Objective-C 1

  2. rn-ts-base rn-ts-base Public

    Basic app setup using typescript, graphql and expo-updates for OTAs

    TypeScript

  3. Swift Reactive programming Guide.md Swift Reactive programming Guide.md
    1
    Reactive Programming resources
    2
    ==============================================
    3
    
                  
    4
    # Introduction
    5
    
                  
  4. react-drag-and-drop react-drag-and-drop Public

    React Drag and drop POC

    JavaScript

  5. react-native-gesture-handler + react... react-native-gesture-handler + react-native-reanimate example
    1
    import React, { useMemo, useRef } from 'react';
    2
    import { View } from 'react-native';
    3
    import { node } from 'prop-types';
    4
    import { PanGestureHandler, State, PinchGestureHandler } from 'react-native-gesture-handler';
    5
    import Animated from 'react-native-reanimated';
  6. URLSession+Combine.swift URLSession+Combine.swift
    1
    //
    2
    //  URLSessionHelpers.swift
    3
    //
    4
    //  Created by Mauricio Cousillas on 6/17/19.
    5
    //  Copyright © 2019 Mauricio Cousillas. All rights reserved.