Skip to content

Commit 7c99751

Browse files
authored
chore: bump example to 0.77, remove expo example (#320)
1 parent 5cb4721 commit 7c99751

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+29769
-6691
lines changed

.changeset/config.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"baseBranch": "main",
1414
"ignore": [
1515
"react-native-bottom-tabs-docs",
16-
"react-native-bottom-tabs-example",
17-
"example-expo"
16+
"react-native-bottom-tabs-example"
1817
],
1918
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
2019
"onlyUpdatePeerDependentsWhenOutOfRange": true,

CONTRIBUTING.md

-7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This project is a monorepo managed using [Yarn workspaces](https://yarnpkg.com/f
1010

1111
- The core library package in the `packages` directory
1212
- React Native example app in `apps/example`
13-
- Expo example app in `apps/example-expo`
1413

1514
To get started with the project, run `yarn` in the root directory to install the required dependencies for each package:
1615

@@ -57,12 +56,6 @@ cd -
5756
yarn ios
5857
```
5958

60-
To run the Expo example:
61-
62-
```sh
63-
yarn workspace example-expo start
64-
```
65-
6659
By default, the example is configured to build with the new architecture. To run the example with the old architecture, you can do the following:
6760

6861
1. For Android, run:

apps/example-expo/.gitignore

-40
This file was deleted.

apps/example-expo/app.json

-53
This file was deleted.

apps/example-expo/app/(tabs)/_layout.tsx

-29
This file was deleted.

apps/example-expo/app/(tabs)/explore.tsx

-96
This file was deleted.

apps/example-expo/app/(tabs)/index.tsx

-69
This file was deleted.

apps/example-expo/app/+not-found.tsx

-32
This file was deleted.

apps/example-expo/app/_layout.tsx

-42
This file was deleted.
Binary file not shown.
-17.1 KB
Binary file not shown.
-1.43 KB
Binary file not shown.
-21.9 KB
Binary file not shown.
Binary file not shown.
-6.19 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-17.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)