Skip to content
View teramuza's full-sized avatar
🏠
Stay Code
🏠
Stay Code
Block or Report

Block or report teramuza

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. twboilplrn-ts twboilplrn-ts Public template

    React Native template with TWBoilPlRN configuration, ready to use.

    TypeScript

  2. ci3blade ci3blade Public archive

    Codeigniter 3 With Blade (BoilerPlate)

    PHP 2 1

  3. ScrollableScreenComponent. Create a ... ScrollableScreenComponent. Create a scrollable screen using a FlatList component.
    1
    // How to use ScrollableScreen (Screen Component)
    2
    
                  
    3
    //@flow
    4
    
                  
    5
    import React from 'react';
  4. Avatar Component. Make an avatar ima... Avatar Component. Make an avatar image (rounded) using Image component.
    1
    // @flow
    2
    
                  
    3
    import React from 'react';
    4
    import { Image } from 'react-native';
    5
    import type ImageStylePropTypes from 'react-native/Libraries/DeprecatedPropTypes/DeprecatedImageStylePropTypes';