An open API service indexing awesome lists of open source software.

https://github.com/red-shank/redshank


https://github.com/red-shank/redshank

react-native ui ui-components

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# @redshank/native

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

[Documentation](https://www.redshank.app) under construction, launch scheduled for November 30, 2022.

## Installation

```sh
npm install @redshank/native
```

# Usage

Make sure you have react-native>=0.65.0

## Documentation

Documentation [here](https://redshank.app)

![img.png](img.png)

## Code Example

```js
import {
Button,
Space,
Text,
ThemeProvider,
} from '@redshank/native';

export default function App() {
// automic dark mode
return (




Buttons
Default buttons

Primary
Success

Warning


Error




Circle buttons

Primary

Success


Warning


Error




Custom color buttons

Magenta
Orangered
Green
Purple





);
}
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT