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

Fix expo-av for usage with AndroidX #5575

Merged
merged 3 commits into from
Sep 24, 2019

Conversation

lgraubner
Copy link
Contributor

Why

At the moment projects with expo-av do not compile for Android with AndroidX.

How

The package is missing the "support-annotations" dependency in order to compile. After the change it runs fine using jettifier.

Test Plan

Manually tested on Android Device and Simulator.

Fixes #5310, #5474 and unimodules/react-native-unimodules#61

Co-Authored-By: Stanisław Chmiela <sjchmiela@users.noreply.github.com>
Copy link
Contributor

@sjchmiela sjchmiela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you for taking care of this change. 💪 I'll wait for @mczernek's review before merging.

@Speedy1991
Copy link

Please be aware of my comment here

@lgraubner
Copy link
Contributor Author

To make it clear: This is not a migration to AndroidX, but allows you to use jetifier to make it AndroidX compatible.

@sjchmiela sjchmiela changed the base branch from master to sdk-35 September 24, 2019 11:06
@sjchmiela sjchmiela changed the base branch from sdk-35 to master September 24, 2019 11:07
@sjchmiela sjchmiela merged commit 2fabfe1 into expo:master Sep 24, 2019
sjchmiela pushed a commit that referenced this pull request Sep 24, 2019
At the moment projects with expo-av do not compile for Android with AndroidX.

The package is missing the "support-annotations" dependency in order to compile. After the change it runs fine using jettifier.

Manually tested on Android Device and Simulator.

Fixes #5310, #5474  and unimodules/react-native-unimodules#61
@superphil0
Copy link

This should be definitely mentioned here, took me 6 hours to find this pull request https://github.com/expo/expo/tree/master/packages/expo-av

cruzach pushed a commit that referenced this pull request Oct 2, 2019
# Why

At the moment projects with expo-av do not compile for Android with AndroidX.

# How

The package is missing the "support-annotations" dependency in order to compile. After the change it runs fine using jettifier.

# Test Plan

Manually tested on Android Device and Simulator.


Fixes #5310, #5474  and unimodules/react-native-unimodules#61
Jamedjo pushed a commit to Jamedjo/expo that referenced this pull request Feb 4, 2021
# Why

At the moment projects with expo-av do not compile for Android with AndroidX.

# How

The package is missing the "support-annotations" dependency in order to compile. After the change it runs fine using jettifier.

# Test Plan

Manually tested on Android Device and Simulator.


Fixes expo#5310, expo#5474  and unimodules/react-native-unimodules#61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[expo-av] Android build fails with "cannot find symbol class Nullable"
4 participants