react-native-barcode-creator
react-native-barcode-creator copied to clipboard
Style props don't support percentage on Android
Hi !
When passing a percentage to a style prop (e.g. width: '100%') the app crashes with the following error: java.lang.String cannot be cast to java.lang.Double.
Since percentages are passed as string, the native side should accept both String and Double.
Thanks !
I am having the same experience