Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.12 KB

File metadata and controls

14 lines (9 loc) · 1.12 KB

Side-by-Side Example

Platform: iOS

This example showcases the ability of react-native-sandbox to run multiple, independent React Native instances within a single application. It features two distinct sandbox instances displayed side-by-side, each operating in its own isolated environment. This setup effectively demonstrates the library's core capability of preventing interference between different embedded applications while allowing controlled communication.

The example also includes a bouncing ball animation in the host app, this specifically demonstrates that react-native-sandbox does not interfere with JavaScript contexts created by other libraries, such as react-native-worklets used by react-native-reanimated. This is ideal for scenarios requiring modular, isolated components within a larger application.

Screenshot