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

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

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