react-native-sqlite-2
SQLite3 Native Plugin for React Native for iOS, Android, Windows and macOS.
파일 탐색기
최종 버전 다운로드 (.zip)- .gitignore
- pre-commit
- RNSqlite2Module.java
- RNSqlite2Package.java
- AndroidManifest.xml
- build.gradle
- gradle.properties
- cover.png
- firefox-logo.png
- inkdrop-logo.png
- ReactNativeFlipper.java
- AndroidManifest.xml
- MainActivity.java
- MainApplication.java
- rn_edit_text_material.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- strings.xml
- styles.xml
- AndroidManifest.xml
- build.gradle
- debug.keystore
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- Contents.json
- Contents.json
- AppDelegate.h
- AppDelegate.m
- Info.plist
- LaunchScreen.storyboard
- main.m
- Sqlite2Example.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- File.swift
- Podfile
- Podfile.lock
- Sqlite2Example-Bridging-Header.h
- App.tsx
- app.json
- babel.config.js
- index.tsx
- metro.config.js
- package.json
- yarn.lock
- project.pbxproj
- RNSqlite2.h
- RNSqlite2.m
- bootstrap.js
- index.test.tsx
- index.ts
- SQLiteDatabase.ts
- SQLiteResult.ts
- WebsqlDatabase.ts
- AssemblyInfo.cs
- RNSqlite2.rd.xml
- project.json
- project.lock.json
- RNSqlite2.csproj
- AssemblyInfo.cs
- app.config
- packages.config
- RNSqlite2.Net46.csproj
- .gitignore
- RNSqlite2.sln
- RNSqlite2Module.cs
- RNSqlite2Package.cs
- .gitattributes
- .gitignore
- .npmignore
- .yarnrc
- babel.config.js
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- package.json
- react-native-sqlite-2.podspec
- README.md
- tsconfig.build.json
- tsconfig.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/craftzdog/react-native-sqlite-2
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-native-sqlite-2
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천cd windows/RNSqlite2.Net46
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
dotnet restore
프로젝트에 필요한 패키지를 내려받습니다.
dotnet run
프로젝트를 빌드하고 바로 실행합니다.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
3. Gradle (Java/Kotlin)
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
cd android
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
4. Node.js
쉬움사전 준비물
$ npm install react-native-sqlite-2 --save
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
