Skip to content
Open
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
13 changes: 12 additions & 1 deletion .github/workflows/eas-fingerprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
fingerprint-db-cache-key: fingerprint-db-app-one-local-android

- name: Setup Java 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
Expand All @@ -118,6 +118,12 @@ jobs:
eas build --local --non-interactive --output=./app-build --platform android --profile preview
working-directory: packages/AppOne

- uses: actions/upload-artifact@v4
if: ${{ github.event_name == 'pull_request' && steps.fingerprint.outputs.fingerprint-diff != '[]' }}
with:
name: android-app-build
path: packages/AppOne/app-build

build-app-one-local-ios:
runs-on: macos-latest
# REQUIRED: limit concurrency when pushing main(default) branch to prevent conflict for this action to update its fingerprint database
Expand Down Expand Up @@ -156,3 +162,8 @@ jobs:
eas build --local --non-interactive --output=./app-build-ios --platform ios --profile preview
working-directory: packages/AppOne

- uses: actions/upload-artifact@v4
if: ${{ github.event_name == 'pull_request' && steps.fingerprint.outputs.fingerprint-diff != '[]' }}
with:
name: ios-app-build
path: packages/AppOne/app-build-ios
2 changes: 1 addition & 1 deletion packages/AppOne/app/(tabs)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function HomeScreen() {
<HelloWave />
</ThemedView>
<ThemedView style={styles.stepContainer}>
<ThemedText type="subtitle">Step 1: Try it- version with monorepo</ThemedText>
<ThemedText type="subtitle">Only some js changes, and more js changes</ThemedText>
<ThemedText>
Edit <ThemedText type="defaultSemiBold">app/(tabs)/index.tsx</ThemedText> to see changes.
Press{' '}
Expand Down
1 change: 0 additions & 1 deletion packages/AppOne/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"channel": "development"
},
"preview": {
"distribution": "internal",
"ios": {
"simulator": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/AppOne/ios/testingexpobetasdk/AppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#import <UIKit/UIKit.h>
#import <Expo/Expo.h>

@interface AppDelegate : EXAppDelegateWrapper
@interface AppDelegate

@end
109 changes: 55 additions & 54 deletions packages/AppOne/package.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,56 @@
{
"name": "AppOne",
"license": "0BSD",
"main": "expo-router/entry",
"version": "0.0.1",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-navigation/native": "7.0.0-rc.20",
"expo": "~52.0.0-preview.5",
"expo-blur": "~14.0.1",
"expo-constants": "~17.0.1",
"expo-dev-client": "~5.0.0-preview.2",
"expo-font": "~13.0.0",
"expo-haptics": "~14.0.0",
"expo-linking": "~7.0.2",
"expo-router": "~4.0.0-preview.3",
"expo-splash-screen": "~0.28.2",
"expo-status-bar": "~2.0.0",
"expo-symbols": "~0.2.0",
"expo-system-ui": "~4.0.1",
"expo-updates": "~0.26.3",
"expo-web-browser": "~14.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.11.0",
"react-native-screens": "4.0.0-beta.14",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.3.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.0-preview.1",
"react-test-renderer": "18.3.1",
"typescript": "^5.3.3"
},
"private": true
}
"name": "AppOne",
"license": "0BSD",
"main": "expo-router/entry",
"version": "0.0.2",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-navigation/native": "7.0.0-rc.20",
"expo": "~52.0.0-preview.5",
"expo-blur": "~14.0.1",
"expo-camera": "~16.0.5",
"expo-constants": "~17.0.1",
"expo-dev-client": "~5.0.0-preview.2",
"expo-font": "~13.0.0",
"expo-haptics": "~14.0.0",
"expo-linking": "~7.0.2",
"expo-router": "~4.0.0-preview.3",
"expo-splash-screen": "~0.28.2",
"expo-status-bar": "~2.0.0",
"expo-symbols": "~0.2.0",
"expo-system-ui": "~4.0.1",
"expo-updates": "~0.26.3",
"expo-web-browser": "~14.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.11.0",
"react-native-screens": "4.0.0-beta.14",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.3.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.0-preview.1",
"react-test-renderer": "18.3.1",
"typescript": "^5.3.3"
},
"private": true
}
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3495,6 +3495,13 @@ expo-blur@~14.0.1:
resolved "https://registry.npmjs.org/expo-blur/-/expo-blur-14.0.1.tgz"
integrity sha512-3Q6jFBLbY8n2vwk28ycUC+eIlVhnlqwkXUKk/Lfaj+SGV3AZMQyrixe7OYwJdUfwqETBrnYYMB6uNrJzOSbG+g==

expo-camera@~16.0.5:
version "16.0.5"
resolved "https://registry.yarnpkg.com/expo-camera/-/expo-camera-16.0.5.tgz#e99fe00e06f7fd9c11af9bc57c2ceff4c4141c3f"
integrity sha512-GmsqBl+to5oEy01kUXu2Ul5Z38ugSLlA7sd3f+2PVJHNFv1Gou0nbkGTx6k5JZrSiP/vxuP6QKPIg8rIJoeWGA==
dependencies:
invariant "^2.2.4"

expo-constants@~17.0.0, expo-constants@~17.0.1, expo-constants@~17.0.2:
version "17.0.2"
resolved "https://registry.npmjs.org/expo-constants/-/expo-constants-17.0.2.tgz"
Expand Down