Open huy-lv opened 1 year ago
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
I fixed temporary by changing file: D:\code\rn\react-native-reanimated\Example\node_modules\react-native-reanimated\android\build.gradle, line 170:
def reactNativeRootDir = resolveReactNativeDirectory()
to
def reactNativeRootDir = file("D:\\code\\rn\\react-native-reanimated\\node_modules\\react-native")
Description
I run example on main branch (Windows 11), it shows error in command line:
In the build.gradle line 173:
Steps to reproduce
rm not found
on Windows, so I changedrm
todel
)Snack or a link to a repository
https://github.com/software-mansion/react-native-reanimated/tree/main/Example
Reanimated version
main branch
React Native version
0.72.0-rc.5
Platforms
Android
JavaScript runtime
None
Workflow
React Native (without Expo)
Architecture
Paper (Old Architecture)
Build type
Debug mode
Device
Android emulator
Device model
No response
Acknowledgements
Yes