react-native-text-ticker icon indicating copy to clipboard operation
react-native-text-ticker copied to clipboard

React Native Text Ticker/Marquee Component

Results 16 react-native-text-ticker issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.21.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

**Working fine with the iOS but not for the android** passing multiple elements based on my layout. below is the array of elements which am passing. ` [, • ,...

How can be forced the scrolling even when text is smaller than the container? Thank you.

Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

dependencies

```javascript {name} ``` When i use inside a FlatList render item, my app crashes and throw this error. If i remove ``` animationType={'bounce'} ``` it's work. ![image](https://user-images.githubusercontent.com/62571987/128102517-66f20432-0967-4944-ac56-b1c02a31b2fe.png)

Hello, I'm using ``` animationType={"bounce"} bounceSpeed={50} ``` to make my text bounce. It bounces, but with different speed at different font sizes (changed through system settings. Have a look at...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I'm trying to make the TextTicker not gain focus on Android when using a screen reader, but it doesn't look like TextTickerProps provides the option to override the `accessible` and...

Hi all! is there any way to do the button with ref to pause the animation and play again the animation? Many Thanks!