jcerone-boom

Results 6 comments of jcerone-boom

I'm running into the same issue. When attempting to run `pod update` I get the following error: ``` [!] Error installing Base64 [!] /usr/bin/git clone https://github.com/ekscrypto/Base64.git /var/folders/g7/r8kybh7j24j8lfkq_lwt5hnr0000gn/T/d20220512-31328-1bwwioe --template= --single-branch --depth...

Since the problem is with `iOS`, it might be worth trying to run `cd ios && pod install && cd ..`. I find that if I've run `rm -rf node_modules`...

An alternative way around this is to change just that file and track the change via git. Then, when you `yarn install` the package, you can use a `post install`...

@hoaphantn7604 awesome! Do you have an idea on timeline for that release?

I will second this ask as I'm currently using a PNG and the image quality is less than ideal. Being able to utilize an SVG (or even an [SVG as...

@rizwanatta unfortunately you cannot pass in `color` to the `chevronUp` style as it's of type `ViewStyle` rather than `TextStyle`.