-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat/web3inbox app #135
Draft
enesozturk
wants to merge
26
commits into
main
Choose a base branch
from
feat/web3inbox-app
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat/web3inbox app #135
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit c4568f8.
enesozturk
force-pushed
the
feat/web3inbox-app
branch
from
February 28, 2024 09:46
0eaf682
to
c179213
Compare
* chore: adding splash * chore: fixed build issue in android * chore: removed unnecesary files * chore: added new app icon
* chore: adding discover loading state * chore: added valtio controllers, removing context logic, added subscription detail screen * chore: code improvements, added basic sub preferences screen, removed unused code * chore: fixed navigation TS erros * chore: added tab header with avatar component
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Web3Inbox app mobile implementation with React Native. Since we have an issue with PWAs on iOS soon, we came up with the idea of building Web3Inbox's mobile app. This will allow people to use the same functionalities of the Web3Inbox web app, like subscribing/unsubscribing topics, receiving notifications, etc.
What is
Web3Inbox
?In the code, you'll see the application and display name as
Web3Inbox
. Previously, the Web3Inbox Lab app was built to test Notify Client features in a React Native environment and was not expected to be published to the stores. Now, due to reasons about the PWA issue, we need to build a Web3Inbox iOS app. In this case, it makes sense to refactor this app to have design and feature parity with the Web3Inbox web app and publish it to the store. That's why the UI (colors and other theme variables) is different than a web app, currently.Progress
The main goal is to make this app have feature & design parity with the Web3Inbox web app and publish it to the App Store as soon as possible.
Additional Notes