Core components — basic building blocks.
View:
1<View style={{ flex: 1 }}>2 <Text>Content</Text>3</View>
Text:
1<Text>Hello World</Text>2<Text>3 Bold <Text style={{ fontWeight: "bold" }}>text</Text>4</Text>
Image:
1<Image2 source={{ uri: "https://example.com/image.png" }}3 style={{ width: 100, height: 100 }}4/>
Other components: