You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
150
+
146
151
## 🎨 Roadmap
147
152
148
153
We're actively working on expanding the capabilities of `react-native-sandbox`. Here's what's planned:
> **Library Documentation** - For project overview, examples, and security considerations, see the [main repository README](../../README.md).
6
+
> **Library Documentation** - For project overview, examples, and security considerations, see the [main repository README](https://github.com/callstackincubator/react-native-sandbox#readme).
7
7
8
8
This is the **developer documentation** for installing and using `@callstack/react-native-sandbox` in your React Native application.
9
9
@@ -27,13 +27,13 @@ The package uses **autolinking** and supports the **React Native New Architectur
27
27
28
28
## 🎯 Basic Usage
29
29
30
-
> For complete examples with both host and sandbox code, see the [project examples](../../README.md#-api-example).
30
+
> For complete examples with both host and sandbox code, see the [project examples](https://github.com/callstackincubator/react-native-sandbox#-api-example).
> For detailed security considerations, see the [Security section](../../README.md#-security-considerations) in the main README.
80
+
> For detailed security considerations, see the [Security section](https://github.com/callstackincubator/react-native-sandbox#-security-considerations) in the main README.
81
81
82
82
This package is built with **React Native New Architecture** using Fabric for optimal performance and type safety.
83
83
@@ -92,7 +92,7 @@ Use `allowedTurboModules` to control which native modules the sandbox can access
92
92
/>
93
93
```
94
94
95
-
**Default allowed modules** include essential React Native TurboModules like `EventDispatcher`, `AppState`, `Networking`, etc. See the [source code](./src/index.tsx) for the complete list.
95
+
**Default allowed modules** include essential React Native TurboModules like `EventDispatcher`, `AppState`, `Networking`, etc. See the [source code](https://github.com/callstackincubator/react-native-sandbox/blob/main/packages/react-native-sandbox/src/index.tsx) for the complete list.
96
96
97
97
> Note: This filtering works with both legacy native modules and new TurboModules, ensuring compatibility across React Native versions.
98
98
@@ -158,7 +158,7 @@ useEffect(() => {
158
158
159
159
return (
160
160
<SandboxReactNativeView
161
-
componentName="DynamicApp"
161
+
componentName="DynamicApp"// Name of component registered in bundle provided with jsBundleSource
0 commit comments