allisonadam81

Results 9 comments of allisonadam81

I believe I am running into this same issue here. This is a newspaper, and the dark grey rectangles are supposed to appear over a grey newspaper background. But instead,...

> @allisonadam81 can you provide a reproduction? I can hopefully next week - I've been looking into this over the past 2 days. It looks like it has to do...

Update - it looks like storybookUIRoot is not returning a valid react component. Still working on why.

Wow! Thank you for this! Full points @Dappsters I'll try this out as my company is looking at picking back up our component library build soon.

I've run into this as well. My only solution was to check if getInitialNotification was populated. If it was, store it in async, and load the rest of the app....

Same! 8.0.4 built, but Contacts was resolving to null for me. Error requesting contacts permission: TypeError: Cannot read property 'requestPermission' of null Fixed with this - import Contacts from 'react-native-contacts/src/NativeContacts';...

FWIW - my solution is to leave new arch enabled to true, and then in a separate file do a platform dependent export for the correct contacts module. import TurboContacts...

Happening to me as well! Looking into a solution.

https://www.npmjs.com/package/@allisonadam81/react-native-super-clusters I forked this, and it's working for my app out of the box on RN .79.2, React 19, latest react native maps, etc. Feel free to use. I'll be...