-
Im seeing a diagonal thin line on ios. I set my targetCircleColor to #00000000 if it matters
-
how to stop the showcase on click button?
-
showcase.delegate = self
MaterialShowcase delegate method is not being called.
-
Strangely, I can't seem to set the `targetHolderRadius` value - tells me the property is not found.
`targetTintColor` and `targetHolderColor` isn't a problem, but just can't seem to see `targetHold…
-
Hi,
I have created a React Native bridge plugin for aromajoin/material-showcase-ios. It allow users to provide App Tour. Can you please add below npm node to your React Native packages list:
Nod…
prscX updated
6 years ago
-
Hi,
I have created a React Native bridge plugin for aromajoin/material-showcase-ios. It allow users to provide App Tour. Can you please add below npm node to your React Native packages list:
Nod…
prscX updated
6 years ago
-
Hi,
When I am trying to install this library using pod install it is giving me below error:
```
[!] Unable to find a specification for `MaterialShowcase`
```
I did a search on [cocoapods](h…
prscX updated
7 years ago
-
Hey,
great library! :)
I am having troubles with the secondaryText (primaryText might be affected is well). If the string is too long, the text goes off screen instead of line-breaking to a seco…
-
Hi,
I have one question How can i check event click for example when showcase show first tab item after user click on it I want to show next tab item as show case. How can I do this?
Another questio…
-
I'm taking the Make It Modular challenge.
This is my module filtered_ls.js
```
var fs = require('fs');
var path = require('path');
// Export function for reading files in the directory with…