Skip to content

Commit

Permalink
fix: example (#80)
Browse files Browse the repository at this point in the history
* fix: example

* fix: remove unused code

* fix: wip

* fix: wip

* refactor: wip

* refactor: wip

* chore: delete

* fix: wip

* fix: android
  • Loading branch information
duguyihou authored Apr 4, 2024
1 parent da004bb commit 8d71c7d
Show file tree
Hide file tree
Showing 25 changed files with 1,001 additions and 926 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ jobs:
env:
NO_FLIPPER: 1

- name: Build example for iOS
run: |
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
# - name: Build example for iOS
# run: |
# yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ android.iml
# Cocoapods
#
example/ios/Pods
example/ios/.xcode.env.local

# Ruby
example/vendor/
Expand Down
43 changes: 0 additions & 43 deletions ReactNativeTurboImage.podspec

This file was deleted.

6 changes: 6 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ dependencies {
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation 'androidx.lifecycle:lifecycle-process:2.6.1'
implementation "io.coil-kt:coil:2.4.0"
implementation "io.coil-kt:coil-gif:2.4.0"
implementation "io.coil-kt:coil-video:2.4.0"
implementation "io.coil-kt:coil-svg:2.4.0"
implementation "com.github.Commit451.coil-transformations:transformations:2.0.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

Loading

0 comments on commit 8d71c7d

Please sign in to comment.