Travis Wimer

Results 25 comments of Travis Wimer

In case anyone is looking for a quick workaround for this, I decided to just use this plugin to fix the paths: https://github.com/erickrdch/grunt-string-replace So you just run the string-replace plugin...

Thanks for explaining. That works perfectly. I actually saw that option in the README, but it I found it rather unclear. The description mentions the `JST` namespace, so I thought...

This is an old issue, but I have found a solution if anyone runs into this. Yarn has a somewhat poorly documented `nohoist` feature: https://yarnpkg.com/blog/2018/02/15/nohoist/ It lets you specify packages...

Seriously, this pull request deserves some attention. Would make some awesome code even awesomer.

As @tashpjak said, you use [`TextInput.Icon`](https://callstack.github.io/react-native-paper/text-input-icon.html). Here is an example: ```js import React, { useState } from "react"; import { TextInput } from "react-native-paper"; export default function MyComponent() { const...