Mikołaj Waśniewski
Mikołaj Waśniewski

Reputation: 1486

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?

Upvotes: 7

Views: 7237

Answers (1)

Rishav Kumar
Rishav Kumar

Reputation: 5450

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

Upvotes: 5

Related Questions