react-native-create-library
react-native-create-library copied to clipboard
[Feature Request] Provide test template.
LIke how we implement plugins for flutter
(just in case if you do know flutter), I'd like to have test template
that can stick to native modules. Currently, I know how to make test code in example
project, but I don't know how to create test code for modules itself.
If I'd like to provide more solid modules, I think this should be provided. Do you have any idea where I can approach this?