Encountering an issue while trying to apply this CSS property in a React Native project.
border-radius: 50% / 100%;
Attempting the following:
borderRadius: '50% / 100%'
An error message is displayed stating "Java.lang.string cannot be cast to java.lang.double".