react-native-sdk
React Native SDK for cross-platform in-app purchase and subscription infrastructure, revenue analytics, engagement automation, and integrations
File Explorer
Download Latest Version (.zip)- checks.yml
- publish.yml
- publish_release.yml
- release.yml
- stale_issues.yml
- upgrade_sandwich.yml
- plugin-interactive-tools.cjs
- plugin-workspace-tools.cjs
- yarn-3.6.1.cjs
- EntitiesConverter.kt
- NoCodesModule.kt
- QonversionModule.kt
- QonversionPackage.kt
- Utils.kt
- AndroidManifest.xml
- build.gradle
- gradle.properties
- config
- AndroidManifest.xml
- qonversion_android_fallbacks.json
- MainActivity.kt
- MainApplication.kt
- 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
- q_icon.png
- Contents.json
- Contents.json
- AppDelegate.swift
- Info.plist
- LaunchScreen.storyboard
- PrivacyInfo.xcprivacy
- QonversionExample.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- .xcode.env
- .xcode.env.local
- Podfile
- Podfile.lock
- qonversion_ios_fallbacks.json
- index.tsx
- styles.ts
- index.tsx
- styles.ts
- SkeletonLoader.tsx
- index.tsx
- styles.ts
- index.tsx
- styles.ts
- index.tsx
- styles.ts
- index.tsx
- styles.ts
- index.tsx
- styles.ts
- index.tsx
- styles.ts
- index.tsx
- styles.ts
- index.tsx
- styles.ts
- index.tsx
- styles.ts
- AppStore.ts
- App.tsx
- index.ts
- .watchmanconfig
- app.json
- babel.config.js
- Gemfile
- Gemfile.lock
- index.js
- jest.config.js
- metro.config.js
- package.json
- react-native.config.js
- yarn.lock
- Appfile
- Fastfile
- README.md
- report.xml
- qonversion-react-native-sdk-Bridging-Header.h
- RNNoCodes.h
- RNNoCodes.mm
- RNNoCodesImpl.swift
- RNQonversion.h
- RNQonversion.mm
- RNQonversionImpl.swift
- ProductInAppDetails.ts
- ProductInstallmentPlanDetails.ts
- ProductOfferDetails.ts
- ProductPrice.ts
- ProductPricingPhase.ts
- ProductStoreDetails.ts
- SKPaymentDiscount.ts
- SKProduct.ts
- SKProductDiscount.ts
- SKSubscriptionPeriod.ts
- DeferredPurchasesListener.ts
- Entitlement.ts
- EntitlementsUpdateListener.ts
- enums.ts
- Experiment.ts
- ExperimentGroup.ts
- IntroEligibility.ts
- NoCodesAction.ts
- NoCodesError.ts
- NoCodesListener.ts
- NoCodesScreen.ts
- Offering.ts
- Offerings.ts
- Product.ts
- PromoPurchasesListener.ts
- PromotionalOffer.ts
- PurchaseDelegate.ts
- PurchaseModel.ts
- PurchaseOptions.ts
- PurchaseOptionsBuilder.ts
- PurchaseResult.ts
- PurchaseUpdateModel.ts
- QonversionError.ts
- RemoteConfig.ts
- RemoteConfigList.ts
- RemoteConfigurationSource.ts
- ScreenPresentationConfig.ts
- StoreTransaction.ts
- SubscriptionPeriod.ts
- Transaction.ts
- User.ts
- UserProperties.ts
- UserProperty.ts
- QonversionInternal.test.ts
- NativeNoCodesModule.ts
- NativeQonversionModule.ts
- Mapper.ts
- NoCodesInternal.ts
- QonversionInternal.ts
- utils.ts
- index.ts
- NoCodes.ts
- NoCodesApi.ts
- NoCodesConfig.ts
- NoCodesConfigBuilder.ts
- Qonversion.ts
- QonversionApi.ts
- QonversionConfig.ts
- QonversionConfigBuilder.ts
- .editorconfig
- .gitattributes
- .gitignore
- .npmignore
- .nvmrc
- .watchmanconfig
- .yarnrc.yml
- babel.config.js
- eslint.config.mjs
- lefthook.yml
- package.json
- qonversion-react-native-sdk-Bridging-Header.h
- qonversion-react-native-sdk.podspec
- README.md
- tsconfig.build.json
- tsconfig.json
- turbo.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/qonversion/react-native-sdk
Downloads the entire project code from GitHub to your computer.
cd react-native-sdk
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- 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/.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
