Michael MacPherson
Michael MacPherson
I created an exportable ref with `export const actionSheetRef = React.createRef()`, and applied it to the ActionSheetProvider. When I then try to access it, using either `actionSheetRef.current` or `actionSheetRef.current._actionSheetRef.current`, all...
Here's what my line code looks like, and works fine: ``` ``` But it doesn't seem to recognize the values passed into "border". I read through the source code, and...
I have a collection where one of the fields is a long sentence. Whenever I double click on it, it will delete every word except the first. However, once I...