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

Block or report JuReyms

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. lfg-no-update-mail lfg-no-update-mail Public

    This plugin disable plugin and theme update notifications.

    PHP 1

  2. Graffiti-Color-Charts Graffiti-Color-Charts Public

    Graffiti Color Charts in JS format

    JavaScript 1

  3. React Native: Handle hardware back b... React Native: Handle hardware back button @ webview
    1
    import * as React from 'react';
    2
    import { BackHandler  } from 'react-native';
    3
    import { WebView } from 'react-native-webview';
    4
    
                  
    5
    export default class App extends React.Component {