Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with Android Instant Apps on O #14197

Closed
anirudhd opened this issue May 25, 2017 · 1 comment
Closed

Doesn't work with Android Instant Apps on O #14197

anirudhd opened this issue May 25, 2017 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@anirudhd
Copy link

Description

  1. Build react hello sample as an Android Instant App
  2. Ran on Android O

Reproduction Steps and Sample Code

Run react hello work as an Instant App. App fails because Android Instant Apps can't have SYSTEM_ALERT_WINDOW permissions to draw over other apps.

An example of your code is REQUIRED

Solution

What needs to be done to address this issue? Ideally, provide a pull request with a fix.
Remove dependency on SYSTEM_ALERT_WINDOW (draw over other apps) for development.

Additional Information

  • React Native version: [FILL THIS OUT: Be specific, filling out "latest" here is not enough.]
    react-native-cli: 2.0.1
    react-native: 0.44.0

  • Platform: [FILL THIS OUT: iOS, Android, or both?]
    Android

  • Development Operating System: [FILL THIS OUT: Are you developing on macOS, Linux, or Windows?]
    Mac

  • Dev tools: [FILL THIS OUT: Xcode or Android Studio version, iOS or Android SDK version, if applicable]
    Android Studio 3.0 preview

@brentvatne
Copy link
Collaborator

Can't you just do a release build to use it an instant app rather than debug build?

@facebook facebook locked as resolved and limited conversation to collaborators May 29, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants