Skip to content
View mcousillas6's full-sized avatar

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  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. react-drag-and-drop react-drag-and-drop Public

    React Drag and drop POC

    JavaScript

  3. 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';
  4. useForm.ts useForm.ts
    1
    import { useCallback, useReducer } from 'react';
    2
    
                  
    3
    enum FormActions {
    4
      UPDATE_BLUR = 'UPDATE_BLUR',
    5
      UPDATE_ERROR = 'UPDATE_ERROR',
  5. react-native-phone-input react-native-phone-input Public

    A react native phone input with international support

    TypeScript