Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I make an interactive drawing app in React Native?

how can I easily create an app like this in React Native?

enter image description here

As you can see on the gif I need to draw rectangles on the grid. Are there any libraries or maybe even paid commercials solutions for creating apps with advanced drawing like this shown on the gif?

like image 370
Mikołaj Waśniewski Avatar asked Oct 15 '22 12:10

Mikołaj Waśniewski


1 Answers

Have you seen this library? You might need to flicker something to meet your exact requirement

https://github.com/jgrancher/react-native-sketch

https://github.com/terrylinla/react-native-sketch-canvas

like image 53
Rishav Kumar Avatar answered Oct 20 '22 23:10

Rishav Kumar