Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'eu-central-1'
SOURCE_DIR: 'example/dist' # optional: defaults to entire repository
SOURCE_DIR: 'example/web-build' # optional: defaults to entire repository



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods",
"prepack": "bob build",
"build-example": "cd example && npx expo export --platform web"
"build-example": "cd example && npx expo export:web"
},
"keywords": [
"react-native",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ exports[`renders CalendarEdit 1`] = `
}
testID="text-input-flat"
underlineColorAndroid="transparent"
value="05/08/2025"
value="05/18/2025"
withModal={false}
/>
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ exports[`renders DatePickerInput 1`] = `
}
testID="text-input-flat"
underlineColorAndroid="transparent"
value="05/08/2025"
value="05/18/2025"
/>
</View>
<View
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ exports[`renders DatePickerInputWithoutModal 1`] = `
}
testID="text-input-flat"
underlineColorAndroid="transparent"
value="05/08/2025"
value="05/18/2025"
/>
</View>
</View>
Expand Down