Skip to content

Commit 1a5a2ee

Browse files
chore: move list of examples to 'API Examples' section in root README
1 parent cb8f644 commit 1a5a2ee

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ This project was born from the need to safely run third-party code within a reac
4747

4848
This project is structured as a monorepo.
4949

50-
- [`packages/react-native-sandbox`](./packages/react-native-sandbox/): the core library.
51-
- [`apps/side-by-side`](./apps/side-by-side/README.md): An example application with two sandbox instances.
52-
- [`apps/recursive`](./apps/recursive/README.md): An example application with few nested sandbox instances.
53-
- [`apps/demo`](./apps/demo/README.md): Security demo.
50+
- [`packages/react-native-sandbox`](./packages/react-native-sandbox/): the core library
51+
- [`apps/*`](./apps/): examples
5452

5553
To run the examples:
5654

@@ -66,8 +64,6 @@ To run the examples:
6664

6765
```sh
6866
bun ios
69-
# or
70-
bun android
7167
```
7268

7369

@@ -144,6 +140,12 @@ function SandboxApp() {
144140
AppRegistry.registerComponent("SandboxApp", () => App);
145141
```
146142
143+
Full examples:
144+
145+
- [`apps/side-by-side`](./apps/side-by-side/README.md): An example application with two sandbox instances.
146+
- [`apps/recursive`](./apps/recursive/README.md): An example application with few nested sandbox instances.
147+
- [`apps/demo`](./apps/demo/README.md): Security demo.
148+
147149
## 📚 API Reference
148150
149151
For comprehensive API documentation, installation instructions, and advanced usage patterns, see the [package documentation](https://github.com/callstackincubator/react-native-sandbox/blob/main/packages/react-native-sandbox/README.md).

0 commit comments

Comments
 (0)