Skip to content

Support react-native@0.67 on Android#55

Merged
Callum-McKay merged 1 commit intoMindscapeHQ:masterfrom
Widdershin:fix-native-crash-reporting
Feb 28, 2022
Merged

Support react-native@0.67 on Android#55
Callum-McKay merged 1 commit intoMindscapeHQ:masterfrom
Widdershin:fix-native-crash-reporting

Conversation

@Widdershin
Copy link
Contributor

@Widdershin Widdershin commented Feb 28, 2022

react-native@0.67 requires an updated version of Gradle, which no longer
supports the maven plugin.

This PR updates the android build.gradle to use the new maven-publish
plugin, which offers the same functionality.

Fixes #52 when released.

react-native@0.67 requires an updated version of Gradle, which no longer
supports the maven plugin.

This PR updates the android build.gradle to use the new maven-publish
plugin, which offers the same functionality.
@Callum-McKay Callum-McKay self-requested a review February 28, 2022 22:33
Copy link
Contributor

@Callum-McKay Callum-McKay left a comment

Choose a reason for hiding this comment

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

Nice one! All working as expected in my testing 👍🏻. Thanks for the changes

@frenic
Copy link

frenic commented Mar 1, 2022

Thanks! But I tried to build the Android app with these changes and encountered this problem #57

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.

Support React Native 0.67

3 participants