1 Repo
Mechanisms allowing high-level language runtimes to hold direct pointers to native C++ objects.
Distinct from Direct Native Toolkit Invocations: Distinct from Direct Native Toolkit Invocations: focuses on memory references and JSI rather than just triggering UI toolkit functions.
Explore 1 awesome GitHub repository matching user interface & experience · Direct Native Object References. Refine with filters or upvote what's useful.
React Native is a cross-platform mobile framework used to build native iOS and Android applications from a single codebase. It provides a native UI component library of declarative components that map directly to native platform interface controls. The environment enables a mobile app iteration workflow that supports immediate interface updates after changing source files, bypassing full native build cycles. The framework covers cross-platform app development and native mobile UI development, allowing for the creation of applications that render native components rather than web views.
Utilizes the JavaScript Interface (JSI) to allow direct references to native C++ objects, bypassing the asynchronous bridge.