This is oneauth SDK for react
Tutorial to make sdk
Test with
https://dev.to/erinbush/npm-linking-and-unlinking-2h1g
npm link
# Run this to create node_modules in project you want to test
npm link <name-of-package>
# To remove, in the project
npm unlink --no-save <name-of-package>
# OR if you want to remove from package.json too!
npm unlink <name-of-package>
# In the package
npm unlink