4 projects
React Native is a framework for building native iOS and Android apps using React and JavaScript, rendering real native UI controls rather than web views. It lets developers share a single codebase across platforms with fast iteration via live reload.
Expo is a framework and platform for building universal native apps with React and React Native, providing a managed SDK, build/deployment services (EAS), and a large set of cross-platform native APIs and tooling.
NativeScript is an open-source framework for building truly native iOS, Android, and visionOS apps from JavaScript or TypeScript, exposing platform APIs directly to JS without a WebView. It integrates with Angular, React, Vue, Svelte, and Solid front-end stacks.
Vue Native is a (now deprecated) framework for building cross-platform native mobile apps using Vue.js syntax. It acts as a thin wrapper over React Native's APIs, letting developers write single-file Vue components that compile down to React Native components for iOS and Android.