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
What went wrong:
A problem occurred evaluating project ':react-native-mmkv-storage'.
Expected directory '...\node_modules\react-native-mmkv-storage\android......\node_modules\react-native\android' to contain exactly one file, however, it contains no files.
found this which might be the cause:
Starting from React Native 0.71, we're not shipping the /android folder inside the React Native NPM package
anymore due to sizing constraints on NPM. The Android artifacts are distributed via Maven Central.
You can read more about it in this RFC: react-native-community/discussions-and-proposals#508
If you're a library author and you're manipulating the React Native .aar files, to extract headers,
extract .so files or do anything with it, you're probably doing something wrong. React Native
0.71 ships with all the necessary logic to let you consume it transparently by just using:
The text was updated successfully, but these errors were encountered:
Build file 'D:\Projects\ProjectName\node_modules\react-native-mmkv-storage\android\build.gradle' line: 138
A problem occurred evaluating project ':react-native-mmkv-storage'.
found this which might be the cause:
Starting from React Native 0.71, we're not shipping the /android folder inside the React Native NPM package
anymore due to sizing constraints on NPM. The Android artifacts are distributed via Maven Central.
You can read more about it in this RFC:
react-native-community/discussions-and-proposals#508
If you're a library author and you're manipulating the React Native .aar files, to extract headers,
extract .so files or do anything with it, you're probably doing something wrong. React Native
0.71 ships with all the necessary logic to let you consume it transparently by just using:
The text was updated successfully, but these errors were encountered: