FerShibli

Results 18 comments of FerShibli

@isekaimaou1109 How did you make styled-components work on react-native-web?

Elevation works somewhat on Android, but all the shadow properties isn't working on iOS (I've tried A LOT) ```javascript const dropShadow = Platform.select({ android: ` elevation: 5; background-color: rgba(0,0,0, 0.29);...

I'm having the same issue, even without the double `}}` I have made a very simple example that doesn't render the CSS, neither process error on the console or the...

I ended up with the same error in another project... This time I tried using [babel-plugin-styled-components-react-native-web](https://github.com/christophehurpeau/babel-plugin-styled-components-react-native-web), but styled components are not rendering their css. Also I noticed that in browser'...

I'm still facing the same issue without expo... But changing versions doesn't solve anything, I tried everything. Even tried to use [babel-plugin-styled-components-react-native-web](https://github.com/christophehurpeau/babel-plugin-styled-components-react-native-web), but it didn't work at all...

I was able to achieve it on iOS by assigning label as a styled Text ```tsx ``` But as you can see bellow, it didn't work for Android. Any ideas...

I'm still having problem with it My current setup: react-native 0.72.6 styled-components: 6.1.0 Edit: For future reference (for anyone around like me struggling to understand), I made it work by...

Yep, same error, changing to LinearLayout just changed the error: ![image](https://github.com/crazycodeboy/react-native-splash-screen/assets/10034666/0dd2b2bb-9425-4fbb-ab20-861ef13c0980)

> it seems to crash on screens that use TextInput The following worked perfectly for me > > *see links below https://stackoverflow.com/questions/76773115/relativelayout-error-from-textinput-and-launch-screen-file/76879105#76879105 You're amazing! TYSM! It worked perfectly. But why...

Did they fix this? I'm getting a bunch of errors, so I'll give the patch a try