rive-react-native
rive-react-native copied to clipboard
Fix Kotlin nullable string error in RiveReactNativeViewManager
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.