Skip to content
Draft
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
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
android:
working_directory: ~/react-native-radar/example
docker:
- image: cimg/android:2024.01.1-browsers
- image: cimg/android:2024.11.1-browsers
resource_class: large
steps:
- attach_workspace:
at: ~/react-native-radar
Expand All @@ -49,12 +50,14 @@ jobs:
- run:
name: Install Radar from local path
command: npm run install-radar-rebuild
- run: sudo yarn global add react-native
- run:
name: Install Ninja
command: sudo apt-get update && sudo apt-get install -y ninja-build
- run: chown -R $USER:$USER android
- run: cd android && ./gradlew
- run: echo "\norg.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512\ndistributionUrl=https://services.gradle.org/distributions/gradle-8.5-bin.zip" >> android/gradle.properties
- run: npx react-native info
- run: cd android && ./gradlew --version && ./gradlew assemble

ios:
macos:
xcode: "15.3.0"
Expand All @@ -70,7 +73,7 @@ jobs:
command: npm run install-radar-rebuild-dirty
- run: cd ios && pod update RadarSDK && pod install
- run: xcodebuild -workspace ios/Example.xcworkspace -scheme Example -sdk iphonesimulator


workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
android.useAndroidX=true
android.useAndroidX=true
4 changes: 2 additions & 2 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.