🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more
Socket
Book a DemoInstallSign in
Socket

@sdcx/activity-indicator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sdcx/activity-indicator

A native activity indicator for React Native

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

ActivityIndicator

ActivityIndicator 是一个 React Native 原生 UI 组件,是一个菊花转圈的动画。

Installation

yarn add @sdcx/activity-indicator

Usage

import ActivityIndicator from '@sdcx/activity-indicator'

function App() {
  return (
    <View style={styles.container}>
      <ActivityIndicator />
    </View>
  )
}

Props

基本与 RN 的 ActivityIndicator 一致。

Keywords

react-native

FAQs

Package last updated on 07 Nov 2023

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