RobinBobin

Results 11 issues of RobinBobin

Hi! I use type ThreeBounce and it works fine until I press the power button. When I turn the screen on again the animation is stopped. The spinner looks "frozen"....

Hello, there! Your readme includes the `--version` option, but `react-native-create-library --version` gives `error: unknown option --version`, which is a bit frustrating, making wonder if the app was set-up correctly. Thank...

Hi! When I run `react-native-create-library MyTest` I see this in the console: `Created library MyTest in `./MyTest`.` But the folder is `react-native-my-test`, so I spent some time trying to understand...

Is it possible to make the component ignore multitouch? Now two points or a line is drawn when I touch the screen with 2 fingers. Thank you.

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...

Hello, How can I get rid of the overscroll indicators (Android 9)? Please have a look at the video attached. My code: ```javascript export default function App() { return (...

bug

Hi, I'm using this package with Expo 49. Every time I use `clearRect()` to clear the canvas I have this exception thrown: `TypeError: this.postMessage is not a function (it is...

`com.android.billingclient:billing-ktx:6.0.1` makes apps using `react-native-iap` crash when run on Android 14: ``` One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts...

Hi, Is it possible to use your package to draw a shadow around an `SvgXml` from `react-native-svg`? ``` ``` results in the svg not displayed. `` from the readme renders...

My config for this rule is ``` 'import-x/no-unused-modules': [ 'error', { missingExports: true } ] ``` I get `No exports found import-x/no-unused-modules` if a file contains only `export * from...