react-native-sqlite-2
SQLite3 Native Plugin for React Native for iOS, Android, Windows and macOS.
File Explorer
Download Latest Version (.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
# Installation Guide
1. Get the code
git clone https://github.com/craftzdog/react-native-sqlite-2
Downloads the entire project code from GitHub to your computer.
cd react-native-sqlite-2
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd windows/RNSqlite2.Net46
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Gradle (Java/Kotlin)
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
4. Node.js
EasyPrerequisites
$ npm install react-native-sqlite-2 --save
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
