We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Android Studio throws and error when compiling the app in debug mode using React Native 0.73.9:
/.../node_modules/@d11/react-native-fast-image/android/src/main/java/com/dylanvann/fastimage/FastImageViewManager.java:125: error: cannot find symbol ReactContext context = getReactApplicationContext(); ^ symbol: method getReactApplicationContext() location: class FastImageViewManager
To Reproduce
npx react-native@0.73.9 init AwesomeProject --version 0.73.9
yarn add @d11/react-native-fast-image
Expected behavior The app to compile without any errors.
Dependency versions
0.73.9
18.2.0
^8.6.9
The text was updated successfully, but these errors were encountered:
May be related to #13 or supporting Android more broadly.
Sorry, something went wrong.
@adammcarth can you try the nightly build
Thanks @deepanshushuklad11, the latest nightly build (8.6.9-nightly-2024.8.18-18.34) fixed this issue for me.
8.6.9-nightly-2024.8.18-18.34
Successfully merging a pull request may close this issue.
Describe the bug
Android Studio throws and error when compiling the app in debug mode using React Native 0.73.9:
To Reproduce
npx react-native@0.73.9 init AwesomeProject --version 0.73.9
yarn add @d11/react-native-fast-image
Expected behavior
The app to compile without any errors.
Dependency versions
0.73.9
18.2.0
^8.6.9
The text was updated successfully, but these errors were encountered: