Skip to content
View majiyd's full-sized avatar
  • Platogo
  • Vienna, Austria

Block or report majiyd

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. nest-prisma-basic-tutorial nest-prisma-basic-tutorial Public

    The repo for my article NextJs x Prisma: Made for each other

    TypeScript 1

  2. react-native-multiple-shadows react-native-multiple-shadows Public

    A wrapper component to implement multiple shadows in react native.

    JavaScript 5 1

  3. save-share-react-native-component-as-image save-share-react-native-component-as-image Public

    Java 4

  4. WeatherApp WeatherApp Public

    Weather app built with react Native

    JavaScript 1

  5. How to save an image from a remote u... How to save an image from a remote url with react native
    1
    import React from 'react';
    2
    import {
    3
      SafeAreaView,
    4
      StyleSheet,
    5
      StatusBar,
  6. Four-pics-one-word-solver Four-pics-one-word-solver Public

    This script helps in solving four pics one word puzzles by producing a list of possible word using the letters provided and the number of spaces available. It also works for word cookies and simila…

    Python