Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/louisgv/kenaz

Cross-platform component library
https://github.com/louisgv/kenaz

Last synced: 7 days ago
JSON representation

Cross-platform component library

Awesome Lists containing this project

README

        

# Kenaz

The overall architecture is a monorepo that has all dev dependencies hoisted to the top directory.

At the moment, we would like to make sure that:

- Each component is atomic and can be imported like:

```tsx
import { Button } from "@kenaz/components";
```

- The components should be:

- self-contained
- Use the latest react versions
- Use react-native-web
- Use drispy

- We also want our component library to be usable in both web and native using the exact same import statement.
- How can this be done? Can metro bundler look for `.native` file as an alternative?