rive-react-native icon indicating copy to clipboard operation
rive-react-native copied to clipboard

Fix Kotlin nullable string error in RiveReactNativeViewManager

Open PL47productions opened this issue 11 months ago • 1 comments

Fixed all argument type mismatches in RiveReactNativeViewManager. Bug was an argument type mismatch thrown on a new, bare react-native project: "Argument type mismatch: actual type is 'kotlin.String?', but 'kotlin.String' was expected.

PL47productions avatar Feb 12 '25 17:02 PL47productions