2 dépôts
Serialises React component trees into JSON commands sent over a native bridge to a host runtime that manages the actual view hierarchy.
Distinct from React Native Components: Distinct from React Native Components: focuses on the bridge serialisation mechanism rather than the visual components themselves.
Explore 2 awesome GitHub repositories matching mobile development · Bridge Architectures. Refine with filters or upvote what's useful.
React 360 is a framework for building immersive virtual reality experiences that run in a web browser using a declarative React component model. It functions as a browser-based VR platform and a WebGL VR renderer, enabling developers to create 360-degree panoramic and stereoscopic content without requiring native code installation. The framework provides a declarative VR component library that describes VR scenes as nested React components, with props mapping to 3D objects, lights, and camera positions. It handles user input from VR controllers, gaze tracking, and mouse events through a unifi
Serialises React component trees into JSON commands sent over a native bridge to a host runtime managing the view hierarchy.
HackerNews-React-Native is a cross-platform mobile client and news aggregator designed for iOS and Android. It provides a mobile interface for browsing paginated news stories and reading nested community discussions by fetching data from the Hacker News API. The application includes an embedded web viewer to render external articles and source pages directly within the interface. It implements a hierarchical discussion system to display nested comment threads. The project is built using a React Native codebase and utilizes a modular UI composition. It incorporates list virtualization for sto
Utilizes the React Native bridge to communicate UI updates between JavaScript and native host modules.