Data shared between apps

Is there any way to have some data shared between two different apps? As far as I know, expo’s file system gives every app its own location. What about the SQLite module, or maybe some other module?

Not at the moment. We could eventually design an API to allow two different apps to opt-in to allowing each other access to data, but we haven’t built that yet. If this is an important feature for you, could you make a request?

1 Like