Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meftunca/rn-skia-ui-toolkit
skia toolkit for React-native
https://github.com/meftunca/rn-skia-ui-toolkit
Last synced: 21 days ago
JSON representation
skia toolkit for React-native
- Host: GitHub
- URL: https://github.com/meftunca/rn-skia-ui-toolkit
- Owner: meftunca
- Created: 2024-02-25T12:57:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T07:09:22.000Z (3 months ago)
- Last Synced: 2024-11-08T08:23:15.565Z (3 months ago)
- Language: TypeScript
- Size: 1.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# skia-ui-toolkit
Projenin amacı bakımı yapılmayan ve react-native geliştiricilerinin ihtiyacı olan bir çok componenti içinde barındıran bir kütüphane oluşturmak. Ayrıca gereksiz ek kütüphanelerden kaçınılarak performansı arttırmak.## Amaçlanan komponentler
- [ ] Image&Drawing Pad
- [ ] Image Cropper(Belki)
- [ ] Signature Pad
- [*] Gradient View
- [ ]Curved Bottom tabbar## TOOLS
`import {types...}` to `import type {types...}`
```bash
ts-import-types-cli --project ./tsconfig.json 'src/**/*.ts' 'src/**/*.tsx'
```