Skip to content

Commit 38c3957

Browse files
authored
Merge pull request #39 from mateoguzmana/feat/updating-skia-version
feat(deps): skia 1 and reanimated 3 support
2 parents a083494 + a8ee089 commit 38c3957

99 files changed

Lines changed: 8912 additions & 21979 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 16.13.x
19+
node-version: 18.17.0
2020
cache: yarn
2121

2222
- name: Restore dependencies
@@ -30,7 +30,6 @@ jobs:
3030
if: steps.yarn-cache.outputs.cache-hit != 'true'
3131
run: |
3232
yarn --cwd example --frozen-lockfile
33-
yarn --cwd expo-example --frozen-lockfile
3433
yarn --frozen-lockfile
3534
3635
- name: Lint files

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ yarn add react-native-fiesta
2121

2222
## Examples
2323

24-
- [With bare React Native](./example/)
2524
- [With Expo and web support](./expo-example/)
2625

2726
## Library Under Construction 🚧

example/.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

example/.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/Gemfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

example/Gemfile.lock

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)