File tree Expand file tree Collapse file tree 11 files changed +21
-21
lines changed
Expand file tree Collapse file tree 11 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 4141 with :
4242 upload_url : ${{ github.event.release.upload_url }}
4343 asset_path : example/android/app/build/outputs/apk/release/app-release.apk
44- asset_name : " QuickSQLiteExample -${{ github.event.release.tag_name }}.apk"
44+ asset_name : " NitroSQLiteExample -${{ github.event.release.tag_name }}.apk"
4545 asset_content_type : application/vnd.android.package-archive
4646
4747 # Gradle cache doesn't like daemons
Original file line number Diff line number Diff line change 6767 run : " set -o pipefail && xcodebuild \
6868 CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ \
6969 -derivedDataPath build -UseModernBuildSystem=YES \
70- -workspace QuickSQLiteExample .xcworkspace \
71- -scheme QuickSQLiteExample \
70+ -workspace NitroSQLiteExample .xcworkspace \
71+ -scheme NitroSQLiteExample \
7272 -sdk iphonesimulator \
7373 -configuration Debug \
7474 -destination 'platform=iOS Simulator,name=iPhone 16' \
@@ -114,8 +114,8 @@ jobs:
114114 run : " set -o pipefail && xcodebuild \
115115 CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ \
116116 -derivedDataPath build -UseModernBuildSystem=YES \
117- -workspace QuickSQLiteExample .xcworkspace \
118- -scheme QuickSQLiteExample \
117+ -workspace NitroSQLiteExample .xcworkspace \
118+ -scheme NitroSQLiteExample \
119119 -sdk iphonesimulator \
120120 -configuration Debug \
121121 -destination 'platform=iOS Simulator,name=iPhone 16' \
Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ jobs:
6363 - name : Run ESLint CI in example/
6464 working-directory : example
6565 run : bun lint-ci
66- - name : Run ESLint CI in react-native-quick -sqlite
66+ - name : Run ESLint CI in react-native-nitro -sqlite
6767 working-directory : package
6868 run : bun lint-ci
6969
7070 - name : Run ESLint with auto-fix in example/
7171 working-directory : example
7272 run : bun lint
73- - name : Run ESLint with auto-fix in react-native-quick -sqlite
73+ - name : Run ESLint with auto-fix in react-native-nitro -sqlite
7474 working-directory : package
7575 run : bun lint
7676
Original file line number Diff line number Diff line change @@ -1242,7 +1242,7 @@ PODS:
12421242 - ReactCommon/turbomodule/bridging
12431243 - ReactCommon/turbomodule/core
12441244 - Yoga
1245- - react-native-quick -sqlite (8.2.4):
1245+ - react-native-nitro -sqlite (8.2.4):
12461246 - DoubleConversion
12471247 - glog
12481248 - hermes-engine
@@ -1913,7 +1913,7 @@ SPEC CHECKSUMS:
19131913 React-logger: 97c9dafae1f1a638001a9d1d0e93d431f2f9cb7b
19141914 React-Mapbuffer: 3146a13424f9fec2ea1f1462d49d566e4d69b732
19151915 React-microtasksnativemodule: 02d218c79c72d373a92a8552183f4ead0d1c6e05
1916- react-native-quick -sqlite: 86c0e83b311a9297ebef828fdb850380fecc3ada
1916+ react-native-nitro -sqlite: 86c0e83b311a9297ebef828fdb850380fecc3ada
19171917 react-native-safe-area-context: 2500e4fe998caad50ad3bc51ec23ef951308569e
19181918 React-nativeconfig: 93fe8c85a8c40820c57814e30f3e44b94c995a7b
19191919 React-NativeModulesApple: b3e076fd0d7b73417fe1e8c8b26e3c57ae9b74aa
Original file line number Diff line number Diff line change 2424 "react" : " *" ,
2525 "react-native" : " *" ,
2626 "react-native-nitro-modules" : " *" ,
27- "react-native-quick -sqlite" : " 8.2.4" ,
27+ "react-native-nitro -sqlite" : " 8.2.4" ,
2828 "react-native-safe-area-context" : " ^4.14.0" ,
2929 "react-native-screens" : " ^3.35.0" ,
3030 "reflect-metadata" : " ^0.1.13" ,
Original file line number Diff line number Diff line change 8484 },
8585 {
8686 "file" : " example/package.json" ,
87- "path" : " dependencies.react-native-quick -sqlite"
87+ "path" : " dependencies.react-native-nitro -sqlite"
8888 }
8989 ]
9090 },
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Pod::Spec.new do |s|
6969 xcconfig [ :OTHER_CFLAGS ] = optimizedCflags + ' -DSQLITE_THREADSAFE=1 '
7070 end
7171
72- if ENV [ 'QUICK_SQLITE_USE_PHONE_VERSION ' ] == '1' then
72+ if ENV [ 'NITRO_SQLITE_USE_PHONE_VERSION ' ] == '1' then
7373 s . exclude_files = "cpp/sqlite3.c" , "cpp/sqlite3.h"
7474 s . library = "sqlite3"
7575 end
Original file line number Diff line number Diff line change 11buildscript {
22 // Buildscript is evaluated before everything else so we can't use getExtOrDefault
3- def kotlin_version = rootProject. ext. has(" kotlinVersion" ) ? rootProject. ext. get(" kotlinVersion" ) : project. properties[" RNQuickSQLite_kotlinVersion " ]
3+ def kotlin_version = rootProject. ext. has(" kotlinVersion" ) ? rootProject. ext. get(" kotlinVersion" ) : project. properties[" RNNitroSQLite_kotlinVersion " ]
44
55 repositories {
66 google()
Original file line number Diff line number Diff line change 1- RNQuickSQLite_kotlinVersion =1.7.0
2- RNQuickSQLite_minSdkVersion =21
3- RNQuickSQLite_targetSdkVersion =31
4- RNQuickSQLite_compileSdkVersion =31
5- RNQuickSQLite_ndkversion =21.4.7075529
1+ RNNitroSQLite_kotlinVersion =1.7.0
2+ RNNitroSQLite_minSdkVersion =21
3+ RNNitroSQLite_targetSdkVersion =31
4+ RNNitroSQLite_compileSdkVersion =31
5+ RNNitroSQLite_ndkversion =21.4.7075529
Original file line number Diff line number Diff line change 11{
2- "name" : " react-native-quick -sqlite" ,
2+ "name" : " react-native-nitro -sqlite" ,
33 "version" : " 8.2.2-nitro.1" ,
44 "description" : " Fast SQLite for react-native" ,
55 "source" : " ./src/index.ts" ,
You can’t perform that action at this time.
0 commit comments