GoodDAPP
GoodDAPP copied to clipboard
GoodDollar.org Wallet is the simplest access point to Claim your daily G$. It Is based on web3 and React native web.
qr code presented on "recive" scrren can be improved so that it would be picked up faster when being sanned. current QR code is only 128x128 px - we can...
welcome, start claiming etc * all data should be defined in card and not as conditionals in feedlistitem etc * ClaimsThresholdFeedItem should be refactored simlarly to
We have now a lot of components using Lottie. During the #1541 fix base class for animted components was created But inheritance in prohibited in React, composition is preferred as...
if we have a few streams of events (connect-disconnect) better to use use rxjs to aggregate the states (with ‘all’) condition * [ ] as useXXXConnection hooks haven’t used anywhere...
* [ ] Usage of `className` React prop (even it's done in .web.js file) * [ ] Function components cannot be given refs. Attempts to access this ref will fail....
All stubs/backdoors (e.g. something exposed to the `global`) for automated testing should be added if we're running tests only. We should check for `isE2ERunning` flag from `src/lib/utils/platform` You could find...
* we cant change texts * it doesnt have the new "link" icon
Right now the project uses a mix of v4 and v5 for navigation, we want to unify all navigation to version 5.x https://reactnavigation.org/docs/upgrading-from-4.x/ * [ ] Install @react-navigation/native & @react-navigation/stack...