Native UI Development Kit for React Native
"React Native UI DevKit is a free component library developed with the Native-style concept that delivers a native interface for each platform"
You can use it in your personal projects that you are working on or create applications and sell them without any restrictions.
We developed a native interface that takes advantage of existing visual and functional elements on Android and iOS.
We seek the right balance between performance, functionality and design, creating increasingly sophisticated components.
Every detail and aspect of the React Native UI DevKit package components is very well documented.
Native-style concept in a single component
import React from "react";
import { Item } from "react-native-ui-devkit";
const Item = () => (<Item data={{ title: 'Item', onPress: async () => { } }} />)
Native-style experience
Get an incredible native interface experience in your application.
- iOS 15+
- iOS lower than version 15
- Android (All versions)
- Android 10
- Android (Oreo)
- Android (Nougat)
- Android Tablet 10"
- Android Tablet 7"
- Samsung One UI (All versions)
Library / Layout
Two projects for you to explore the components of the React Native UI DevKit package. In the Library you will see all the components in operation and in the Layout you can use some ready-made layouts so as not to start from scratch.
Library
The React Native UI DevKit Library is a project that covers the use of all components of the React Native UI DevKit package in addition to the light and dark theme. You can use it to check the behavior of each component in the real world and facilitate implementation in your projects.
Learn more
Layout
The React Native UI DevKit Layout is a project that includes the use of some standard layouts in applications. You can use some ready-made layouts to have a starting point and facilitate implementation in your projects.
Learn more