I have finished developing an application with Expo managed, and now I am facing several limitations of Expo Managed App. I want to make my application more secure for users by implementing several features, including:
- SSL Pinning
- Application Authenticity Verification
- reCAPTCHA to Prevent Bots
- Prevent Debugging in Production
- Identity and Driver’s License Verification
- Detection of Rooted and Jailbroken Devices
Many solutions I found during my research focus on the react-native CLI and Expo Bare Workflow, which I cannot use because I do not have access to a Mac. For application authenticity, I found that Firebase App Check can be implemented with the Expo Managed Workflow.
If anyone can recommend libraries for these security aspects that are compatible with the Expo Managed Workflow, I would greatly appreciate it.
Additionally, I am looking for an experienced developer with expertise in Expo applications. (Contact me at [email protected])