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: 11 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T11:49:07.000Z (over 4 years ago)
- Last Synced: 2025-08-12T01:53:41.224Z (11 months 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: 71
- Watchers: 2
- Forks: 8
- 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