Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Tidy up after code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tomduncalf committed May 15, 2019
1 parent 5fe7048 commit 6f16c01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/java/com/testmodule/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class MainActivity extends ReactActivity implements ReactInstanceManager.ReactInstanceEventListener {
static {
System.loadLibrary("test_module_jni"); //this loads the library when the class is loaded
System.loadLibrary("test_module_jni"); // this loads the library when the class is loaded
}

/**
Expand Down
3 changes: 0 additions & 3 deletions c++/TestBinding.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright 2004-present Facebook. All Rights Reserved.

#include "TestBinding.h"

#include "Test.h"
// TODO: couldn't get this to compile due to issues with double-conversion.h - seems not to be needed?
#include <jsi/JSIDynamic.h>

#if ANDROID
Expand Down

0 comments on commit 6f16c01

Please sign in to comment.