Skip to content
#

shimmer

Here are 61 public repositories matching this topic...

dkwl93
dkwl93 commented Dec 5, 2019

Example,

import React from 'react'
import { View } from 'react-native'
import ShimmerPlaceHolder from 'react-native-shimmer-placeholder'

const SomeComponent = () => (
  <View style={{ flex: 1 }}>
    <ShimmerPlaceHolder style={{ height: 60, alignSelf: 'stretch' }} />
  <View />
)

Expected outcome

  • A shimmer placeholder is shown with height of 60 and width = width of screen

Android SportDB app using Jetpack Component (Data Binding, Lifecycles, Live Data, Navigation, View Model), Repository Pattern, RxJava, Dagger2, Shimmer, Anko SQLite, Unit Testing(Mockito), Instrumentation Test (Espresso Idling Resource), and Retrofit 🔥

  • Updated May 2, 2020
  • Kotlin

Improve this page

Add a description, image, and links to the shimmer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the shimmer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.