Commit e593b2e
authored
[Monorepo] Rename apps (#3519)
## Description
This PR renames example apps an the ones generated by CLI are not valid (namely `name` field in `package.json` cannot be uppercased).
It also:
- Adds `yarn paper` script into `expo-example` app
- Adds `yarn macos` into `macos-example` app
- Removes `selfReferences` from `common-app` as without it `macos-example` doesn't start (expo seems to handle it better)
## Test plan
Checked that example apps work1 parent 555c18c commit e593b2e
206 files changed
Lines changed: 200 additions & 199 deletions
File tree
- .github/workflows
- apps
- ExpoExample
- basic-example
- .bundle
- android
- app
- src
- debug
- main
- java/com/basicexample
- res
- drawable
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values
- gradle/wrapper
- ios
- BasicExample.xcodeproj
- BasicExample.xcworkspace
- BasicExample
- Images.xcassets
- AppIcon.appiconset
- src
- common-app
- src
- ListWithHeader
- basic
- bouncing
- draggable
- fling
- forcetouch
- horizontalDrawer
- multitap
- pagerAndDrawer
- panResponder
- empty
- new_api
- betterHorizontalDrawer
- bottom_sheet
- calculator
- camera
- chat_heads
- drag_n_drop
- hoverable_icons
- hover
- manualGestures
- overlap
- pressable
- swipeable
- transformations
- velocityTest
- recipes
- panAndScroll
- scaleAndRotate
- release_tests
- StylusData
- combo
- contextMenu
- doubleDraggable
- doubleScalePinchAndRotate
- gesturizedPressable
- mouseButtons
- nestedButtons
- nestedFling
- nestedGHRootViewWithModal
- nestedPressables
- nestedText
- nestedTouchables
- overflowParent
- pointerType
- reanimatedDrawerLayout
- rectButton
- rows
- svg
- swipeableReanimation
- touchables
- twoFingerPan
- webStylesReset
- showcase
- bottomSheet
- chatHeads
- swipeable
- simple
- draggable
- fling
- longPress
- manual
- tap
- expo-example
- assets
- macos-example
- macos
- MacOSExample-macOS
- Assets.xcassets
- AppIcon.appiconset
- Base.lproj
- MacOSExample.xcodeproj
- MacOSExample.xcworkspace
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | | - | |
| 47 | + | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
This file was deleted.
File renamed without changes.
0 commit comments