[react-native 0.64-rc.1] [reanimated 2.0.0-rc.0] Transform's input file does not exist: react-native-reanimated-64.aar.
See original GitHub issueDescription
build failed on Android:
Transform’s input file does not exist: ***/node_modules/react-native-reanimated/android/react-native-reanimated-64.aar.
System:
OS: macOS 11.0.1
CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Memory: 30.30 MB / 16.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 12.19.0 - /usr/local/bin/node
Yarn: 1.22.10 - ~/Documents/ReactNativeProj/fandeng/lingyue/node_modules/.bin/yarn
npm: 7.0.8 - /usr/local/bin/npm
Watchman: Not Found
Managers:
CocoaPods: 1.10.0 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 14.2, DriverKit 20.0, macOS 11.0, tvOS 14.2, watchOS 7.1
Android SDK:
API Levels: 21, 23, 25, 26, 27, 28, 29
Build Tools: 23.0.1, 26.0.1, 26.0.2, 27.0.3, 28.0.3, 29.0.2
System Images: android-30 | Google APIs Intel x86 Atom
Android NDK: Not Found
IDEs:
Android Studio: 4.1 AI-201.8743.12.41.6858069
Xcode: 12.2/12B45b - /usr/bin/xcodebuild
Languages:
Java: 1.8.0_212 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.1 => 17.0.1
react-native: 0.64.0-rc.1 => 0.64.0-rc.1
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
Screenshots

Package versions
React: 17.0.1 => 17.0.1 React Native: 0.64.0-rc.1 => 0.64.0-rc.1 React Native Reanimated: 2.0.0-rc.0
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (4 by maintainers)
Top Results From Across the Web
Failed to transform react-native-reanimated-65-jsc.aar [closed]
aar. > Transform's input file does not exist: C:\Users\Rahul\Desktop\lcorn\rb\node_modules\react-native-reanimated\android\react ...
Read more >no aar for react-native-reanimated found - You.com
When I build my app for android it failed after installing react-native-reanimated v2.3.0-beta.2 The main error line is > Transform's input file does...
Read more >react-native-reanimated/android - UNPKG
expo, - ; src, - ; build.gradle, 4.65 kB ; react-native-reanimated-63-hermes.aar, 1.99 MB ...
Read more >Transform's input file does not exist [158753935] - Issue Tracker
Transform's input file does not exist : C:\development\myappname\build\app\intermediates\flutter\profile\libs.jar. My release apk build failed with this message.
Read more >CVE-2022-24373 Detail - NVD
The package react-native-reanimated before 3.0.0-rc.1 are ... provide sufficient detail or that information simply was not available at the ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ok got the solution for now. Try:-
npm i react-native-reanimated@^2.3.0-alpha.2and thennpm iand thennpm start -- --reset-cacheand thennpm run android.It worked for me.
Getting same error with React-Native 0.65.