https://github.com/ammarahm-ed/drawing-board
A fully native drawing app made with react-native-skia with 60 frames per second performance
https://github.com/ammarahm-ed/drawing-board
canvas drawing-app graphics native react-native react-native-skia skia typescript
Last synced: 9 days ago
JSON representation
A fully native drawing app made with react-native-skia with 60 frames per second performance
- Host: GitHub
- URL: https://github.com/ammarahm-ed/drawing-board
- Owner: ammarahm-ed
- License: mit
- Created: 2022-03-22T15:15:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T11:49:07.000Z (about 3 years ago)
- Last Synced: 2025-04-16T21:59:57.959Z (11 days ago)
- Topics: canvas, drawing-app, graphics, native, react-native, react-native-skia, skia, typescript
- Language: TypeScript
- Homepage: https://blog.notesnook.com/drawing-app-with-react-native-skia
- Size: 354 KB
- Stars: 64
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drawing-app
A fully native drawing app made with react-native-skia with 60 frames per second performance. Created for my [blogpost](https://blog.notesnook.com/drawing-app-with-react-native-skia).## Run the app
Clone this repository```
git clone https://github.com/ammarahm-ed/drawing-board.git
```
Run `npm install` and then run the app.```
npm run android
```#
MIT Licensed