@redshank/native is a UI components library specifically designed for React Native. This library is not only aesthetically pleasing but also extremely powerful, allowing developers to create stunning and highly functional mobile applications with ease. Ju
The objective of this project is to create a complete and advanced framework such as Antd for the web, I want to be able
to offer a set of reusable components that are native and beautiful in such a way that we all love to use it in our
projects
Documentation under construction, launch scheduled for November 30, 2022.
``sh`
npm install @redshank/native
Make sure you have react-native>=0.65.0
Documentation here
`js
import {
Button,
Space,
Text,
ThemeProvider,
} from '@redshank/native';
export default function App() {
// automic dark mode
return (
);
}
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT