Skip to content
View CantFayle's full-sized avatar
☮️
☮️
  • 04:20 (UTC +01:00)
Block or Report

Block or report CantFayle

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 Loading

  1. react-custom-roulette react-custom-roulette Public

    Forked from effectussoftware/react-custom-roulette

    Repository for the react-custom-roulette library

    TypeScript 1

  2. react-native-device-info react-native-device-info Public

    Forked from react-native-device-info/react-native-device-info

    Device Information for React Native iOS and Android

    Java

  3. react-native-send-intent react-native-send-intent Public

    Forked from lucasferreira/react-native-send-intent

    React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps

    Java

  4. JavaScript: convert format of object... JavaScript: convert format of object keys between camel-case and snake-case
    1
    /**
    2
     * @param {Object|String} data string or keys of object are named in form of snake
    3
     * @param {number} depth to which level of keys should it process
    4
     * @return {Object|String} string or keys of object are named in form of camel case
    5
     */