Expo mod plugins added to app.json to modify java memory settings not working
“mods”: {` “android”: { “gradleProperties”: [ { “type”: “comment”, “value”: “org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m” }, { “type”: “property”, “key”: “org.gradle.jvmargs”, “value”: “-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8” } ] } }, I need to tweak java memory for my project to build and i tried to change using this rather than directly modifying native folders, but somehow this code […]
Expo mod plugins added to app.json to modify java memory settings not working
“mods”: {` “android”: { “gradleProperties”: [ { “type”: “comment”, “value”: “org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m” }, { “type”: “property”, “key”: “org.gradle.jvmargs”, “value”: “-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8” } ] } }, I need to tweak java memory for my project to build and i tried to change using this rather than directly modifying native folders, but somehow this code […]
How to integrate a Android SDK with bare expo react native app?
I am trying to integrate OLA maps in my expo app but not able to find the correct steps. I have searched everywhere but since this is new lib there isn’t much online.
How to integrate a Android SDK with bare expo react native app?
I am trying to integrate OLA maps in my expo app but not able to find the correct steps. I have searched everywhere but since this is new lib there isn’t much online.
Expo Google Login is working in Web and iOS but not Android, displaying 400:Invalid Access Blocked
I am not using expo go
Expo Google Login is working in Web and iOS but not Android, displaying 400:Invalid Access Blocked
I am not using expo go
Error when building android app with expo build
Build fails at gradlew with the following error.
Expo: nvariant Violation: requireNativeComponent: “RNSVGRect” was not found in the UIManager
I am using expo for the first time for my mobile project. And everything is working great locally when I run expo run android for example, but if I build for production (apk) I get a weird error when I open some components in the app and the app will freeze
Failed to notify project evaluation listener. SDK location not found
how are you?
Execution failed for task ‘:app:compileDebugJavaWithJavac’. > Compilation failed; see the compiler error output for details
I’m trying to generate an Android build of my project with react-native(npx expo run: android
), but I’m getting some errors. One of them is the one below, I didn’t understand it very well because I received a generic error in the compilation log: