Post not yet marked as solved
Post marked as unsolved with 10 replies, 2,608 views
When building an app, is it possible or restrict or prohibit all network access for the app at the permission level? I am using React Native with hundreds of npm modules, and I want to ensure there is no data leakage from my app. It does not need internet access, so I would like to shut down all access, period.