Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move to monorepo with bun #4255

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5d6b464
move library code to package and use bun
KrzysztofMoch Oct 23, 2024
a4465f1
fix installation
KrzysztofMoch Oct 23, 2024
afc6353
fix typescript react resolution
KrzysztofMoch Oct 23, 2024
5db01fb
update bare example config
KrzysztofMoch Oct 23, 2024
ca5b5de
update expo example configuration
KrzysztofMoch Oct 23, 2024
50497c3
remove android & ios folder in expo example
KrzysztofMoch Oct 23, 2024
0f170cd
update examples readme
KrzysztofMoch Oct 23, 2024
6d9972a
allow for workspace postinstall scripts
KrzysztofMoch Oct 23, 2024
c464e34
rename workspace
KrzysztofMoch Oct 23, 2024
91cb5e5
update workflows
KrzysztofMoch Oct 23, 2024
1c20afa
update release-it config
KrzysztofMoch Oct 23, 2024
152dbd2
update android workflow
KrzysztofMoch Oct 23, 2024
24b39f3
fix patch-package script
KrzysztofMoch Oct 24, 2024
e7c52cf
update bun.lockb
KrzysztofMoch Oct 24, 2024
7292a0a
fix clang-check workflow
KrzysztofMoch Oct 24, 2024
866ce40
fix swift lint workflow
KrzysztofMoch Oct 24, 2024
1f76014
chore: update examples README
KrzysztofMoch Nov 8, 2024
5bc2131
bump react-native version in bare example
KrzysztofMoch Nov 11, 2024
48ea883
fix jobs names
KrzysztofMoch Nov 11, 2024
e8d0b92
fix rebase
KrzysztofMoch Nov 26, 2024
a26a94c
fix CI ios builds
KrzysztofMoch Nov 26, 2024
2f6d632
fix expo plugin for internal purposes
KrzysztofMoch Nov 27, 2024
99f197d
fix ads enabling in example on android
KrzysztofMoch Nov 27, 2024
9bd13af
fix expo android example
KrzysztofMoch Dec 4, 2024
9ab989c
fix android example
KrzysztofMoch Dec 14, 2024
38e4b0c
lock bare version to `0.76.4`
KrzysztofMoch Dec 14, 2024
2dd990d
remove bun.lockb
KrzysztofMoch Dec 14, 2024
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
Prev Previous commit
Next Next commit
fix CI ios builds
KrzysztofMoch committed Dec 14, 2024
commit a26a94ce5c934c1c1507932e25ad2b3eeecc6d55
5 changes: 3 additions & 2 deletions examples/bare/ios/Podfile
Original file line number Diff line number Diff line change
@@ -17,7 +17,8 @@ if ENV['RNV_SAMPLE_VIDEO_CACHING']
$RNVideoUseVideoCaching = true
end

# Chache dependencies need to have modular headers
# Cache dependencies (SPTPersistentCache & DVAssetLoaderDelegate) need to have modular headers
if defined?($RNVideoUseVideoCaching)
use_modular_headers!
pod 'SPTPersistentCache', :modular_headers => true
pod 'DVAssetLoaderDelegate', :modular_headers => true
end