react-native-background-upload
Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
파일 탐색기
최종 버전 다운로드 (.zip)- android.yml
- deploy-release.yml
- iOS.yml
- node.yml
- PULL_REQUEST_TEMPLATE.md
- GlobalRequestObserverDelegate.kt
- NotificationActions.kt
- NotificationActionsReceiver.kt
- UploaderModule.kt
- UploaderReactPackage.java
- AndroidManifest.xml
- build.gradle
- App-test.js
- config
- DetoxTest.java
- DetoxTestAppJUnitRunner.java
- TestButlerProbe.java
- ReactNativeFlipper.java
- AndroidManifest.xml
- MainComponentsRegistry.java
- MainApplicationTurboModuleManagerDelegate.java
- MainApplicationReactNativeHost.java
- MainActivity.java
- MainApplication.java
- CMakeLists.txt
- MainApplicationModuleProvider.cpp
- MainApplicationModuleProvider.h
- MainApplicationTurboModuleManagerDelegate.cpp
- MainApplicationTurboModuleManagerDelegate.h
- MainComponentsRegistry.cpp
- MainComponentsRegistry.h
- OnLoad.cpp
- 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
- network_security_config.xml
- AndroidManifest.xml
- _BUCK
- build.gradle
- build_defs.bzl
- debug.keystore
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- test-butler-app.apk
- config.json
- detox.pathbuilder.android.js
- detox.pathbuilder.ios.js
- detox.pathbuilder.js
- environment.js
- firstTest.e2e.js
- global-setup.js
- global-teardown.js
- server.js
- setup.js
- start-server.js
- Contents.json
- Contents.json
- AppDelegate.h
- AppDelegate.mm
- Info.plist
- LaunchScreen.storyboard
- main.m
- RNBackgroundExample.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- Info.plist
- RNBackgroundExampleTests.m
- _xcode.env
- Podfile
- Podfile.lock
- deploy-android.sh
- deploy-ios.sh
- .buckconfig
- .eslintrc.js
- .flowconfig
- .gitignore
- .prettierrc.js
- .watchmanconfig
- _node-version
- _ruby-version
- App.js
- app.json
- babel.config.js
- Gemfile
- index.js
- metro.config.js
- package.json
- README.md
- wait-for-emulator.sh
- xl-17536.log
- yarn.lock
- project.pbxproj
- VydiaRNFileUploader.m
- index.js
- .eslintignore
- .eslintrc.js
- .gitignore
- .npmignore
- .prettierrc.js
- CHANGELOG.md
- CONTRIBUTING.md
- husky.config.js
- index.d.ts
- LICENSE
- lint-staged.config.js
- package.json
- react-native-background-upload.podspec
- README.md
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Vydia/react-native-background-upload
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-native-background-upload
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
```gradle
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
