Marcelo Morgado
Marcelo Morgado
- iOS apps aren't removing `SecureStorage` after app uninstallation. - Since v0.0.18 app is storing the `isFirstAppUse` flag (Using AsyncStorage). The next step is to remove users' account if it...
UX should take advantage of events from contracts and actions.
Motion / animations: https://github.com/IjzerenHein/react-native-magic-move https://popmotion.io/pose/learn/native-get-started/ Extracted from: https://github.com/tasitlabs/tasit/issues/88
1. [Rename `userAction` reducer](https://github.com/tasitlabs/tasit/pull/333#discussion_r277878914) 2. [Use keyed-object for `useraction`](https://github.com/tasitlabs/tasit/pull/333#discussion_r277883320) 3. [Change a message from info to warn](https://github.com/tasitlabs/tasit/pull/333#discussion_r277888035)
We are using `Land` as a generic term for Decentraland assets (Estate / Parcel). Will be better if we changed it to `Asset`? i.e.: `ListLandForSale` => `ListAssetsForSale` `BuyLand` => `BuyAsset`...
We are encapsulating both `account` and `assetsList` loading states inside of their objects (on redux reducers). Should we keep that way or keep them on the same higher level? This...
The `MyAccountScreen` is looking to `redux` state to show creation progress - use already written code (from helpers/index.js > restoreCreationStateOfAccountFromBlockchain) to check progress from the blockchain. Should this screen update...
Issue related by @pcowgill : > For some reason even after uninstalling the app on my iOS device and reinstalling it from TestFlight, it still was using the same account...
The current approach is reading the config from a file manually. Related to https://github.com/tasitlabs/TasitSDK/issues/184
Renaming `_toAssetForSale` to `_reformatAssetForSale`. Refs: https://github.com/tasitlabs/tasit/pull/259#discussion_r272658190