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
> Nitro requires **react-native 0.75.0** or higher. See [the Troubleshooting guide](https://nitro.margelo.com/docs/troubleshooting) if you run into any issues.
26
26
27
-
### MMKV Core drops support for 32-bit architectures
28
-
29
-
Due to security and performance concerns, MMKV Core now dropped support for 32-bit architectures on Android. In our testings, this affected ~0.1% of the users in a large production app.
30
-
In your `gradle.properties` file, remove all 32-bit architectures from the `reactNativeArchitectures` array:
C/C++: /Users/mrousavy/Projects/ShadowLens/node_modules/react-native-mmkv/android/CMakeLists.txt debug|armeabi-v7a : com.google.prefab.api.NoMatchingLibraryException: No compatible library found for //mmkv/mmkv. Rejected the following libraries:
89
-
```
90
-
91
-
..make sure that you removed the 32-bit architectures from your `gradle.properties` file, clean your cache and try again. (See [MMKV Core drops support for 32-bit architectures](#mmkv-core-drops-support-for-32-bit-architectures))
92
-
93
-
As long as you see `armeabi-v7a` in your build logs, you haven't properly removed the 32-bit build configuration.
94
-
95
57
### iOS build failed: `The following Swift pods cannot yet be integrated as static libraries`
96
58
97
59
If you get an iOS `pod install` error that looks like this:
0 commit comments