Nicholas Pachulski
Nicholas Pachulski
I accidentally reproduced this issue in my own app. I think it's caused by adding subviews to cells and then scrolling, whereas you should be adding subviews to the cell's...
@LeoNatan This will be _so_ helpful to have! Thanks for putting in the work. Can't wait to get my hands on it.
@LeoNatan I have no idea how that happened. Sincerest apology. 100% unintentional. All I meant to do was thank you.
I use an M2 Mac Air w/ home-brew (but node installed via asdf) and @ksealey 's answer worked for me: ``` sudo ln -s $(which node) /usr/local/bin/node ``` Except, I...
@bhoomesh950 Make sure the font is linked and also make sure you're importing ``` import MaterialCommunityIcons from "react-native-vector-icons/MaterialCommunityIcons" ``` Rather than ``` import MaterialCommunityIcons from "react-native-vector-icons/MaterialIcons" ``` Which my editor's...
Also noticing the TS error that @dennisbouwpas is seeing. Using typescript 5.1.3.
I am seeing the same issue. The positioning of the date label itself looks to be maybe not built for flex box... Positioning the label with an `alignItems` on a...
> Dialog.Input also accepts all the React-Native's TextInput component props. Try adding the [`autoFocus` prop](https://reactnative.dev/docs/textinput#autofocus) to your `Dialog.Input`.
Try using 0.5.1 and sourcing from github instead of rubygems. I need to update this.
0.5.2 now; I just updated the readme, blog post, and most importantly - I think - the example project. Check that out. I've been using courier on a personal project...