expo-instant-app
v1.0.2
Published
A plugin made for enabling instant-app modifications of `AndroidManifes.xml` and other necessary ones, in order to make your expo-project instant-app compatible.
Maintainers
Readme
Expo Instant App Plugin
Instant Apps
Android instant apps are apps that can be tried and used within certain limits, without installing them fully on your device.
Scope
A plugin that applies instant-app enabling modifications of native source code, such as within AndroidManifest.xml, in order to make your expo-project instant-app compatible.
Usage
- Add
expo-instant-appto yourpackage.json'sdependenciesblock. - Within
app.json, addexpo-instant-appto your"plugins" : {"expo": }block. - Run
eas build --platform android
