I am trying to reuse some components built for web application using reactjswith radium.
I have a component which contains outline
css property . I reuse the component , unfortunalty , i got this error :
My questions are :
What is the alternative of
outline
property in react-native for both ios orandroid ?
Is there alternative of radium in react-native ?
Should I manage manually this difference of style properties naming among iOs DEV, android DEV as well as web DEV ?