Outline property is in CSS, but I tried to use outline property in react-native.
I encountered the following message while using outline property with react-native.
error:outline property is not a valid style property
Anyone know the property instead of outline property of css in react-native without install another package.
Thanks for your cooperation.