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

Is there a list of event codes to use so we can handle error etc?

Open soemarko opened this issue 1 year ago • 0 comments

The only thing I've found is just onEvent={(code, msg) => console.log(code, msg)} which is fine if I know what's each code means?

Also on that note, any way to make typescript happy? Could not find a declaration file for module 'react-native-nodemediaclient'. '/Users/.../node_modules/react-native-nodemediaclient/src/index.jsx' implicitly has an 'any' type. it seems the types are in the source, just not put properly?

soemarko avatar May 31 '24 10:05 soemarko