Michiel Leunens
Michiel Leunens
I solved it by using the `withComponent` tag. https://emotion.sh/docs/typescript#withcomponent Although it is not ideal :)
I would like to add on this: We would love to migrate to the new architecture, however we need to decrypt an RSA string that we receive from our API....
I did it like this: ``` type CONSENT = 'granted' | 'denied' | 'pending'; const [cookieConsent, setCookieConsent] = useState('pending'); useEffect(() => { const storedCookieConsent: CONSENT = getLocalStorage( 'cookie_consent', 'pending' );...
Made a PR #479
Quick question: Using lucide in a react-native project, this would be the new preferred way for global styling right? Right now we have to manually provide props to each icon...
Fixed on main, closing
Ah I have the same PR open https://github.com/gorhom/react-native-bottom-sheet/pull/2481 But yeah, its been some time and this is a very easy fix