Skip to content

Commit

Permalink
feat: upgrade deps, fix issue with monorepo builds on web
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Jun 26, 2024
1 parent d994647 commit 44540a7
Show file tree
Hide file tree
Showing 96 changed files with 6,882 additions and 4,810 deletions.
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This library is fully compatible with TypeScript and can be used on both iOS and
| Lib version | RN version | Maestro CLI |
|-------------|------------|-------------|
| 1.0 | \>= 0.71 | \>= 1.19 |
| 2.0 | 0.71, 0.72 | \>= 1.22.1 |
| 2.0 | \>= 0.71 | \>= 1.22.1 |


## Contributing
Expand Down
2 changes: 0 additions & 2 deletions example/.bundle/config

This file was deleted.

16 changes: 16 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
node_modules/
.expo/
dist/
npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/

# macOS
.DS_Store
ios/
android/
1 change: 0 additions & 1 deletion example/.watchmanconfig

This file was deleted.

6 changes: 0 additions & 6 deletions example/Gemfile

This file was deleted.

98 changes: 0 additions & 98 deletions example/Gemfile.lock

This file was deleted.

50 changes: 50 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Welcome to your Expo app 👋

This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).

## Get started

1. Install dependencies

```bash
npm install
```

2. Start the app

```bash
npx expo start
```

In the output, you'll find options to open the app in a
- [development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).
## Get a fresh project
When you're ready, run:

```bash
npm run reset-project
```

This command will move the starter code to the **app-example** directory and create a blank **app** directory where you can start developing.

## Learn more

To learn more about developing your project with Expo, look at the following resources:

- [Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with our [guides](https://docs.expo.dev/guides).
- [Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
## Join the community
Join our community of developers creating universal apps.
- [Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute.
- [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions.
61 changes: 0 additions & 61 deletions example/android/app/build.gradle

This file was deleted.

Binary file removed example/android/app/debug.keystore
Binary file not shown.
10 changes: 0 additions & 10 deletions example/android/app/proguard-rules.pro

This file was deleted.

13 changes: 0 additions & 13 deletions example/android/app/src/debug/AndroidManifest.xml

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions example/android/app/src/main/AndroidManifest.xml

This file was deleted.

Loading

0 comments on commit 44540a7

Please sign in to comment.