Skip to content

Fixed the react-native path verification for react native v0.80.1 #109

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

umer-nazir02
Copy link

Summary

Starting from React Native 0.71, the /android directory is no longer included in the React Native NPM package due to size constraints. This change was carried forward, and in React Native 0.80.1, the /android folder has been completely removed, which leads to issue of React Native npm package not being found.

#108

Changelog

Updated the search path for React Native from react-native/android to react-native/gradle

[CATEGORY] [TYPE] - Message

Test Plan

@umer-nazir02
Copy link
Author

@numandev1 Anyone using the latest React Native version can’t use this package due to a Gradle compile error caused by the missing /android folder. This PR fixes that issue by updating the path resolution and ensures compatibility with the latest React Native versions.

@dougg0k
Copy link
Contributor

dougg0k commented Jul 14, 2025

this should still be supporting all #102

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.

2 participants