Commit 84cd0d1
authored
chore(Example): remove default exports from
## Description
This PR removes default exports from `scenario-description.ts` files.
We are making a script mentioned in
software-mansion/react-native-screens-labs#1475
and such approach will give us a cleaner solution when it comes to
extracting object from `module`.
## Changes
- make exports named instead of default ones
- update imports properly
## Before & after - visual documentation
N/A
## Test plan
N/A
## Checklist
- [ ] Included code example that can be used to test this change.
- [ ] For visual changes, included screenshots / GIFs / recordings
documenting the change.
- [ ] For API changes, updated relevant public types.
- [ ] Ensured that CI passesscenario-description.ts files (#4080)1 parent 7c5a6bf commit 84cd0d1
72 files changed
Lines changed: 74 additions & 148 deletions
File tree
- apps/src/tests
- component-integration-tests
- form-sheet/test-form-sheet-stack-v5-nesting-stack-v5-in-form-sheet-ios
- orientation
- orientation-stack-in-tabs
- orientation-tabs-in-stack
- single-feature-tests
- form-sheet
- test-form-sheet-base-ios
- test-form-sheet-grabber-visible-ios
- test-form-sheet-initial-detent-index-ios
- test-form-sheet-largest-undimmed-detent-index-ios
- test-form-sheet-preferred-corner-radius-ios
- scroll-view-marker/test-svm-configures-scroll-view
- split
- test-command-show-column
- test-split-color-scheme-ios
- test-top-column-for-collapsing
- stack-v4/stack-v4-orientation
- stack-v5
- prevent-native-dismiss-nested-stack
- prevent-native-dismiss-single-stack
- test-animation-android
- test-stack-back-button-android
- test-stack-subviews-android
- tabs
- tabs-screen-orientation
- test-tabs-appearance-defined-by-selected-tab
- test-tabs-bottom-accessory-layout-ios
- test-tabs-ime-insets
- test-tabs-lifecycle-events
- test-tabs-override-scroll-view-content-inset-ios
- test-tabs-prevent-native-selection
- test-tabs-special-effects-scroll-to-top
- test-tabs-stale-update-rejection
- test-tabs-tab-bar-color-scheme
- test-tabs-tab-bar-controller-mode-ios
- test-tabs-tab-bar-experimental-user-interface-style-ios
- test-tabs-tab-bar-layout-direction
- test-tabs-tab-bar-minimize-behavior-ios
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
0 commit comments