🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

rn-loader-container

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

rn-loader-container

unpublished
npmnpm
Version
0.1.0
Version published
Weekly downloads
2
-71.43%
Maintainers
0
Weekly downloads
 
Created
Source

RN Loader Container

Useful container to show animated views while you get and load the data to display.

Commands

Install the dependency

npm i rn-loader-container

Usage example

import React from 'react';
import LoaderContainer from 'rn-loader-container';
import MockupItem from './components/MockupItem';
import {View} from 'react-native';

// MockupItem is the view to display with the effect inside the container.
const MyListScreen = () => {
  return (
    <View>
      <LoaderContainer total={2}>{MockupItem}</LoaderContainer>
    </View>
  );
}

export default MyListScreen;

Properties

// TODO

FAQs

Package last updated on 08 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts