Rami Maalouf

Results 10 comments of Rami Maalouf

> Any links to Reac.js or Preact examples around? Hey @aadamsx , I'm also here trying to figure things out with mermaid in react. I found these links useful: -...

@jimkk159 you can do smthn like this in your `globals.css` if you wanna style w tw classes: ```css @tailwind base; @tailwind components; @tailwind utilities; /* to overrride the default font...

@jvanderberg's answer sparked an idea which was basically to do this when overriding the font: ```css body .w-md-editor-text-pre > code, body .w-md-editor-text-input { ... } ``` I prefixed the classnames...

Found [this repo](https://github.com/thespacemanatee/react-native-material-datetime-picker) while looking for RN datetime pickers that use [Material Design 3](https://m3.material.io/components/date-pickers/overview)

Would love to hear of any updates on this issue🤔

4 years later and i guess no PR has been made yet (I got the same issue)

Is there anything wrong with just manually adding a `.gitignore` file to the expo directory as @AMayer1997 mentioned [here](https://github.com/t3-oss/create-t3-turbo/issues/873#issuecomment-1923598382) > Hi, I had the same issue. It looks like the...

I wanna use this implementation in my new application. Is there anything stopping this from being merged?

You might need to use https://ui.gorhom.dev/components/bottom-sheet/components/bottomsheettextinput