Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 0 additions & 13 deletions .yarn/patches/react-native-npm-0.70.0-rc.0-00aa7e4469.patch

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

Android | iOS
--- | ---
![](https://user-images.githubusercontent.com/1881059/180299352-4f8bd8de-67b0-48a2-b9c4-f4ff93d01538.png) | ![](https://user-images.githubusercontent.com/1881059/180302484-0e983b6e-65e9-417e-925a-3f55340e55b2.png)
![](https://user-images.githubusercontent.com/1881059/181913706-48e6e15d-98b9-42d7-868d-4779a0ad153c.png) | ![](https://user-images.githubusercontent.com/1881059/181913707-1953742d-df14-4dff-b435-a1cf698ef46d.png)

## Setup

Expand Down
9 changes: 5 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: "com.android.application"

import com.android.build.OutputFile
import org.apache.tools.ant.taskdefs.condition.Os

/**
* The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets
Expand Down Expand Up @@ -160,10 +161,10 @@ android {
// src/main/jni/Android.mk file for the `LOCAL_MODULE` variable.
targets "leotm_myapp_appmodules"
// Fix for windows limit on number of character in file paths and in command lines
// Atm causing: Could not get unknown property 'Os' for object of type com.android.build.gradle.internal.dsl.ExternalNativeNdkBuildOptions
// if (Os.isFamily(Os.FAMILY_WINDOWS)) {
// arguments "NDK_APP_SHORT_COMMANDS=true"
// }
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
arguments "NDK_OUT=${rootProject.projectDir.getParent()}\\.cxx",
"NDK_APP_SHORT_COMMANDS=true"
}
}
}
if (!enableSeparateBuildPerCPUArchitecture) {
Expand Down
2 changes: 0 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.apache.tools.ant.taskdefs.condition.Os

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
Expand Down
Loading