Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created TestDriver073 app to run on RN 0.73.1 #427

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

import android.content.Context;
import com.heapanalytics.android.Heap;
import com.heapanalytics.android.config.Options;
import com.heapanalytics.android.internal.HeapImpl;

public class RNHeap {
public static void init(Context context, String appId) {
HeapImpl.skipInstrumentorChecks = true;
Heap.init(context, appId);
Options options = new Options().debug();
Heap.init(context, appId, options);
}
}
1 change: 1 addition & 0 deletions integration-tests/drivers/TestDriver073
Submodule TestDriver073 added at 264565
3 changes: 2 additions & 1 deletion integration-tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ set -o nounset
set -o pipefail

# Life is suffering.
export JAVA_HOME=/Library/Java/JavaVirtualMachines/openjdk-11.jdk/Contents/Home
# export JAVA_HOME=/Library/Java/JavaVirtualMachines/openjdk-11.jdk/Contents/Home
export JAVA_HOME=/Users/andrewyousef/.sdkman/candidates/java/current

DRIVER_DIR="${1:-drivers/TestDriver063/}"

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.