Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor preexisting example app with focus on offline support #6172

Merged
merged 23 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions example/.eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion example/.node-version

This file was deleted.

7 changes: 0 additions & 7 deletions example/.prettierrc.js

This file was deleted.

1 change: 0 additions & 1 deletion example/.watchmanconfig

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions example/android/app/src/main/res/values/strings.xml

This file was deleted.

Binary file removed example/android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 0 additions & 4 deletions example/android/settings.gradle

This file was deleted.

4 changes: 0 additions & 4 deletions example/app.json

This file was deleted.

22 changes: 0 additions & 22 deletions example/app/AppNonSync.tsx

This file was deleted.

64 changes: 0 additions & 64 deletions example/app/AppSync.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions example/app/AppWrapperNonSync.tsx

This file was deleted.

48 changes: 0 additions & 48 deletions example/app/AppWrapperSync.tsx

This file was deleted.

71 changes: 0 additions & 71 deletions example/app/components/AddTaskForm.tsx

This file was deleted.