Provides a way to launch Android intents, e.g. opening a specific activity.
For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release.
For bare React Native projects, you must ensure that you have installed and configured the expo
package before continuing.
npx expo install expo-intent-launcher
No additional set up necessary.
This package does not make sense on iOS as there is no equivalent API, so it is not supported.
Contributions are very welcome! Please refer to guidelines described in the contributing guide.