feat: change folders structure (#2319)

# Summary
extract the shared example and use it in example and fabric-example, macos-example

## Test Plan

Run those apps manually.
This commit is contained in:
Bohdan Artiukhov
2024-07-05 13:00:13 +02:00
committed by GitHub
parent 9dc024702b
commit 7c1602e291
344 changed files with 10633 additions and 4459 deletions
+5 -5
View File
@@ -6,10 +6,10 @@ on:
- 'android/**'
- 'src/fabric/**'
- 'package.json'
- 'Example/android/**'
- 'Example/package.json'
- 'FabricExample/android/**'
- 'FabricExample/package.json'
- 'example/android/**'
- 'example/package.json'
- 'fabric-example/android/**'
- 'fabric-example/package.json'
push:
branches:
- main
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
working-directory: [Example, FabricExample]
working-directory: [example, fabric-example]
concurrency:
group: android-${{ matrix.working-directory }}-${{ github.ref }}
cancel-in-progress: true