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

feat: yarn monorepo #441

Merged
merged 4 commits into from
Sep 11, 2024
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/android-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
- name: Setup JDK zulu 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
distribution: "zulu"
java-version: "17"

- name: Enable Corepack
run: corepack enable

- run: yarn install --immutable --check-cache
working-directory: example
working-directory: packages/react-native-app

- run: ./gradlew assemble
working-directory: example/android
working-directory: packages/react-native-app/android
2 changes: 1 addition & 1 deletion .github/workflows/ios-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

defaults:
run:
working-directory: ./example
working-directory: ./packages/react-native-app

steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
compressionLevel: mixed
enableGlobalCache: false
nodeLinker: node-modules
nmMode: hardlinks-local
enableGlobalCache: true
nmHoistingLimits: workspaces
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ PR Title ([#123](link to my pr))

```

feat: [feat: yarn monorepo](<[#441](https://github.com/maplibre/maplibre-react-native/pull/441)>)

## 10.0.0-alpha.13

fix: [fix: setMaxAnimationFps on null](<[#440](https://github.com/maplibre/maplibre-react-native/pull/440)>)
Expand Down
1 change: 0 additions & 1 deletion example/.watchmanconfig

This file was deleted.

This file was deleted.

61 changes: 0 additions & 61 deletions example/metro.config.js

This file was deleted.

Loading
Loading