eisodev

Results 9 comments of eisodev

Came here to see that this will never ever be fixed, so I'm moving to react-native-reanimated-carousel. Why do I say this? https://github.com/meliorence/react-native-snap-carousel/issues/811#issue-801159166 https://github.com/meliorence/react-native-snap-carousel/issues/828#issue-851368357

Hey! @n-ii-ma How do you verify that the service is still running? Would like to check this also because I'm only doing active tracking while on a specific screen. For...

Review the docs again, they added getInstance() to the function call after v3. Before: `VIForegroundService.stopService();` After: `VIForegroundService.getInstance().stopService();`

> EDIT: might be intermittent issue, does not work on 2.17.0 either. Will update later! Im getting this on 3.4.2, think I must revert to 2.17.0 again. EDIT2 (a day...

Same problem. have an controlled accordion inside a component i use which uses a setState to toggle expanded or not. When this is set on Android it closes the sheet...

> You can try run xcode in rosetta. One plugin should not force us to run xcode in rosetta. They should add note on top of README that this plugin...

Here is a working overlay that I made from scratch using 4 customizable square corners wrapped by a bigger square container. Makes it easier to make a full rectangle or...

Had similar issues with worklets package: ``` Error: Invalid value for "PACKAGE_PATH": Directory "/Users/xxxx/xxxx/xxx/node_modules/react-native-worklets-core/android/build/intermediates/prefab_package/debug/prefab" is not readable. ``` I updated to the following versions released recently, and my problem was...

It will also not build to Android device (Android 11)/emulator (Android 13) but iOS works on React Native 0.69.12: ``` FAILURE: Build failed with an exception. * What went wrong:...