jayeszee / rn-draw

React native draw tool for react native applications
50 stars 36 forks source link

Clean, modification, format, renaming and more #17

Closed softov closed 5 years ago

softov commented 5 years ago

Since many export {*} from 'expo'; is deprecated Sv, G and Path is imported from 'react-native-svg'

I think is better a file with his own name DrawPad, and a export more clean in index.js

I'm new with react and expo, but I think this way we can understand better some functions and actions.

There is also a enable/disable draw, a props validation and eslint clean.