You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, thanks a lot for all the work on this 🙏
I came across the following when I updated a project to 0.71.0 when building android:
* Where:
Build file '.../node_modules/react-native-random-values-jsi-helper/android/build.gradle' line: 172
* What went wrong:
A problem occurred evaluating project ':react-native-random-values-jsi-helper'.
> Expected directory '.../node_modules/react-native/android' to contain exactly one file, however, it contains no files.
also, they added this to react-native/android/README.md
I tried to fix it, but then came across another issue related to CMakeLists.txt, [CMake Error: The following variables are used in this project, but they are set to NOTFOUND] for REACT_NATIVE_JNI_LIB and JSI_LIB
probably was trying the wrong thing. 😄
The text was updated successfully, but these errors were encountered:
Hey there, thanks a lot for all the work on this 🙏
I came across the following when I updated a project to 0.71.0 when building android:
seems to be related to react-native-community/discussions-and-proposals#508
also, they added this to react-native/android/README.md
I tried to fix it, but then came across another issue related to CMakeLists.txt,
[CMake Error: The following variables are used in this project, but they are set to NOTFOUND]
for REACT_NATIVE_JNI_LIB and JSI_LIBprobably was trying the wrong thing. 😄
The text was updated successfully, but these errors were encountered: