rn-draw
rn-draw copied to clipboard
Doesn't work
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>
@Laurensdc can you confirm what version of the rn-draw package you're on?
@jayeszee That would be the last version.