File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/margelo/rnquicksqlite Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- project (ReactNativeQuickSQLite )
1+ project (RNQuickSQLite )
22cmake_minimum_required (VERSION 3.9.0)
33
4- set (PACKAGE_NAME "react-native-quick-sqlite " )
4+ set (PACKAGE_NAME "RNQuickSQLite " )
55set (CMAKE_VERBOSE_MAKEFILE ON )
66set (CMAKE_CXX_STANDARD 17)
77set (BUILD_DIR ${CMAKE_SOURCE_DIR} /build )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public String getName() {
2222 @ ReactMethod (isBlockingSynchronousMethod = true )
2323 public boolean install () {
2424 try {
25- System .loadLibrary ("react-native-quick-sqlite " );
25+ System .loadLibrary ("RNQuickSQLite " );
2626 QuickSQLiteBridge .instance .install (getReactApplicationContext ());
2727 return true ;
2828 } catch (Exception exception ) {
You can’t perform that action at this time.
0 commit comments