🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@react-native-pure/sibling

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-pure/sibling

Sibling component

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

sibling

在App中渲染兄弟组件

Build Status Coverage Status npm version npm license npm download npm download

Install

$ npm i @react-native-pure/sibling

Simple Usage

import Sibling from "@react-native-pure/sibling"

//添加
const remove=Sibling.append(
    <View>
        ...
    </View>
);

//删除
remove();

FAQs

Package last updated on 26 Mar 2019

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