In order to allow safe to run functionality to run from react we can package & create a package that can be installed in a react native app and called from javascript.
Need to consider:
- No-op for non-android apps (e.g. iOS)
- Deployment to package manager
- Automated testing
In order to allow safe to run functionality to run from react we can package & create a package that can be installed in a react native app and called from javascript.
Need to consider: