Skip to content

无法在 rn 0.83.1 上运行 #82

@mr-huangjian

Description

@mr-huangjian

没效果

import { Platform, Dimensions, View, Text, StyleSheet } from "react-native";
import RootSiblings from "react-native-root-siblings";

setTimeout(() => {
    const sibling = new RootSiblings(
        (
            <View style={{ ...StyleSheet.absoluteFill, backgroundColor: "red" }}>
                <Text>Hello, World!</Text>
            </View>
        )
    );
}, 3000);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions