Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
rich-maker
Commits
9167d7a4
Commit
9167d7a4
authored
Jul 05, 2021
by
Soo Hyun Kim
Browse files
0704 db insert
parent
b57c613d
Changes
24
Show whitespace changes
Inline
Side-by-side
android/app/src/main/assets/www/MyMoney.db
View file @
9167d7a4
No preview for this file type
android/app/src/main/java/com/rich_maker/MainApplication.java
View file @
9167d7a4
...
...
@@ -4,6 +4,7 @@ import android.app.Application;
import
android.content.Context
;
import
com.facebook.react.PackageList
;
import
com.facebook.react.ReactApplication
;
import
org.pgsqlite.SQLitePluginPackage
;
import
com.facebook.react.ReactInstanceManager
;
import
com.facebook.react.ReactNativeHost
;
import
com.facebook.react.ReactPackage
;
...
...
android/settings.gradle
View file @
9167d7a4
rootProject
.
name
=
'rich_maker'
include
':react-native-sqlite-storage'
project
(
':react-native-sqlite-storage'
).
projectDir
=
new
File
(
rootProject
.
projectDir
,
'../node_modules/react-native-sqlite-storage/platforms/android'
)
include
':react-native-sqlite-storage'
project
(
':react-native-sqlite-storage'
).
projectDir
=
new
File
(
rootProject
.
projectDir
,
'../node_modules/react-native-sqlite-storage/src/android'
)
apply
from:
file
(
"../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"
);
applyNativeModulesSettingsGradle
(
settings
)
...
...
ios/Podfile
View file @
9167d7a4
...
...
@@ -12,6 +12,8 @@ target 'rich_maker' do
:hermes_enabled
=>
false
)
pod
'react-native-sqlite-storage'
,
:path
=>
'../node_modules/react-native-sqlite-storage'
target
'rich_makerTests'
do
inherit!
:complete
# Pods for testing
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment