-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
没效果
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);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels