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
3 changes: 1 addition & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"baseBranch": "main",
"ignore": [
"react-native-bottom-tabs-docs",
"react-native-bottom-tabs-example",
"example-expo"
"react-native-bottom-tabs-example"
],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true,
Expand Down
7 changes: 0 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This project is a monorepo managed using [Yarn workspaces](https://yarnpkg.com/f

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

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

Expand Down Expand Up @@ -57,12 +56,6 @@ cd -
yarn ios
```

To run the Expo example:

```sh
yarn workspace example-expo start
```

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:

1. For Android, run:
Expand Down
40 changes: 0 additions & 40 deletions apps/example-expo/.gitignore

This file was deleted.

53 changes: 0 additions & 53 deletions apps/example-expo/app.json

This file was deleted.

29 changes: 0 additions & 29 deletions apps/example-expo/app/(tabs)/_layout.tsx

This file was deleted.

96 changes: 0 additions & 96 deletions apps/example-expo/app/(tabs)/explore.tsx

This file was deleted.

69 changes: 0 additions & 69 deletions apps/example-expo/app/(tabs)/index.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions apps/example-expo/app/+not-found.tsx

This file was deleted.

42 changes: 0 additions & 42 deletions apps/example-expo/app/_layout.tsx

This file was deleted.

Binary file removed apps/example-expo/assets/fonts/SpaceMono-Regular.ttf
Binary file not shown.
Binary file removed apps/example-expo/assets/images/adaptive-icon.png
Binary file not shown.
Binary file removed apps/example-expo/assets/images/favicon.png
Binary file not shown.
Binary file removed apps/example-expo/assets/images/icon.png
Binary file not shown.
Binary file not shown.
Binary file removed apps/example-expo/assets/images/react-logo.png
Binary file not shown.
Binary file removed apps/example-expo/assets/images/[email protected]
Binary file not shown.
Binary file removed apps/example-expo/assets/images/[email protected]
Binary file not shown.
Binary file removed apps/example-expo/assets/images/splash-icon.png
Binary file not shown.
Loading
Loading