Skip to content

Commit 655ca70

Browse files
committed
chore: add rn-sandbox-banner and change badges style
1 parent 91d756e commit 655ca70

5 files changed

Lines changed: 124 additions & 8 deletions

File tree

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1-
<p align="center">
2-
<img src="./docs/logo.svg" width="30%" />
3-
</p>
1+
<a href="https://www.callstack.com/open-source?utm_campaign=generic&utm_source=github&utm_medium=referral&utm_content=react-native-legal" align="center">
2+
<picture>
3+
<img alt="React Native Sandbox" src="./docs/images/rn-sandbox-banner.svg">
4+
</picture>
5+
</a>
46

5-
# @callstack/react-native-sandbox
7+
<div align="center">
68

7-
[![check](https://github.com/callstackincubator/react-native-sandbox/actions/workflows/check.yml/badge.svg)](https://github.com/callstackincubator/react-native-sandbox/actions/workflows/check.yml)
8-
![platform: iOS](https://img.shields.io/badge/platform-iOS-blue.svg)
9-
![license: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
9+
Execute React Native micro-apps with confidence
10+
11+
</div>
12+
13+
14+
<div align="center">
15+
16+
[![mit licence](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://github.com/callstackincubator/react-native-sandbox/blob/main/LICENSE)
17+
[![npm version](https://img.shields.io/npm/v/@callstack/react-native-sandbox?style=for-the-badge)](https://www.npmjs.org/package/@callstack/react-native-sandbox)
18+
[![npm downloads](https://img.shields.io/npm/dt/@callstack/react-native-sandbox.svg?style=for-the-badge)](https://www.npmjs.org/package/@callstack/react-native-sandbox)
19+
[![npm downloads](https://img.shields.io/npm/dm/@callstack/react-native-sandbox.svg?style=for-the-badge)](https://www.npmjs.org/package/@callstack/react-native-sandbox)
20+
[![check](https://img.shields.io/github/actions/workflow/status/callstackincubator/react-native-sandbox/check.yml?style=for-the-badge)](https://github.com/callstackincubator/react-native-sandbox/actions/workflows/check.yml)
21+
[![platform: iOS](https://img.shields.io/badge/platform-iOS-blue.svg?style=for-the-badge)](https://img.shields.io/badge/platform-iOS-blue.svg)
22+
23+
</div>
1024

1125
- [💡 Project Overview](#-project-overview)
1226
- [📝 API Example](#-api-example)

docs/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can also control security and permissions using `allowedTurboModules` to spe
8181
Communication works between the host app and sandbox instances using Fabric Native Components:
8282

8383
<div align="center">
84-
<img src="./communication-fabric-components.png" alt="Communication Architecture between Host and Sandbox" width="600" />
84+
<img src="./images/communication-fabric-components.png" alt="Communication Architecture between Host and Sandbox" width="600" />
8585
</div>
8686

8787
## It's show time!
File renamed without changes.
File renamed without changes.

docs/images/rn-sandbox-banner.svg

Lines changed: 102 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)