Gianmarco Ciaffardini
Gianmarco Ciaffardini
@mildfuzz did you find a solution to this? I am still having this issue: i have tried to add `android:exported="false"` both in debug and main manifest file but i still...
I have the same issue.. RNViewOverflow was not found in the UIManager, Any update on this issue? I am using expo
I have same issue.. any update on this?  e 
@adithep thanks very much, it works fine if i pass the whole object into the `withConverter` params:  However if i pass the...
@adithep i have tried that i get this. sad times :(  
Ok i kinda sorted by replacing the `firestoreConverter` function type params from `` to `` and now i get no errors and i get correct typings. ![Screen Shot 2022-02-28 at...
what are you setting the `color` prop to be? share the code of it please might be able to help :)
@nadetastic yes that is correct, i am auto confirming the user with a PreSign Up Lambda: ``` module.exports.handler = async (event, context, callback) => { if (event.request.userAttributes['custom:role'] !== 'CLIENTE') {...
@nadetastic I have a built custom CMS platform where ADMIN users can manually register USERS. When registering a user manually, the ADMIN goes through a multi step form, where he...
@nadetastic any update on this?