Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
env:
JAVA_OPTS: "-XX:MaxHeapSize=6g"
run: |
# Ensure node/npx are in PATH for React Native autolinking in settings.gradle
export PATH="$(dirname $(which node)):$PATH"
cd example/android
./gradlew :app:assembleDebug $GRADLE_FLAGS

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20
v20.19.4
4 changes: 2 additions & 2 deletions .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

12 changes: 1 addition & 11 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,4 @@ Run these from the repo root:
## Notes for Contributors
- For native edits, open the example apps (`example/ios` in Xcode, `example/android` in Android Studio) to iterate quickly.
- Keep `types.ts`, `interfaces.ts`, and native bridges in sync for new APIs.
- See `CLAUDE.md` for more detailed repository context and additional guidance.


look at the PR https://github.com/Purchasely/Purchasely-ReactNative/pull/211, the CI failed with this error for android:
Run yarn turbo run build:android
Usage Error: Couldn't find a script named "turbo".
And this one for ioS:
Run yarn turbo run build:ios
Usage Error: Couldn't find a script named "turbo".

Turbo is still here, remove it and simplify the jobs build-android and build-ios
- See `CLAUDE.md` for more detailed repository context and additional guidance.
10 changes: 6 additions & 4 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
| Property | Value |
|----------|-------|
| Current Version | 5.7.1 |
| React Native | 0.79.2 |
| React Native | 0.83.1 |
| TypeScript | 5.2.2 (strict mode) |
| Node.js | v20 (see `.nvmrc`) |
| Node.js | v20.19.4 (see `.nvmrc`) |
| Package Manager | Yarn 3.6.1 (workspaces) |
| Native iOS SDK | 5.7.1 |
| Native Android SDK | 5.7.1 |
Expand Down Expand Up @@ -394,8 +394,9 @@ Build orchestration with caching:
**Android (Gradle):**
- io.purchasely:core:5.7.1
- Min SDK: 21
- Kotlin: 1.9+
- Java: 11
- Kotlin: 2.1+
- Java: 17
- Gradle: 8.14

---

Expand Down Expand Up @@ -645,6 +646,7 @@ claude.md # This file (codebase context for AI/develo
CONTRIBUTING.md # Contribution guidelines
VERSIONS.md # SDK version compatibility matrix
RELEASE.md # Release process and version update steps
docs/react-native-upgrade-best-practices.md # RN upgrade guide for future migrations

# Main source
packages/purchasely/src/index.ts
Expand Down
Loading
Loading