rn-draw icon indicating copy to clipboard operation
rn-draw copied to clipboard

Doesn't work

Open Laurensdc opened this issue 6 years ago • 2 comments

On the latest version of Expo, I can draw a container, but it doesn't do anything.

Code:

<View style={{ width: 400, height: 400 }}>
    <RNDraw
        containerStyle={{
            backgroundColor: '#FFF',
            width: 400,
            height: 400,
        }}
        color="#FF0000"
        strokeWidth={2}
    />
</View>

Result

Laurensdc avatar Dec 18 '17 08:12 Laurensdc

@Laurensdc can you confirm what version of the rn-draw package you're on?

jayeszee avatar Jan 24 '18 22:01 jayeszee

@jayeszee That would be the last version.

Laurensdc avatar Feb 05 '18 08:02 Laurensdc