Ofer Morag

Results 67 issues of Ofer Morag

Is there a way to make the shimmered view opaque?

Is this the right way to import the component? `import { NativePressableScale } from 'react-native-pressable-scale'` Getting the error: ``` error: Error: While trying to resolve module `react-native-pressable-scale` from file `/Users/ofermorag/Projects/Bob/artifacts/components/common/Components/PlatformTouchable.js`,...

Getting: A connection to https://api.segment.io/ was leaked. Did you forget to close a response body? on all our Android devices We use version: 0.1.2

Hi @Julioacarrettoni! Thanks first of all for this awesome library! Looks great, I just have one problem. I use it show images which are downloaded from our server (using PinRemoteImage),...

For example, when if presented on tab A, on a list on the 2nd row, when moved to Tab B, you still see it on the screen, but above tab...

``` [!] Automatically assigning platform `ios` with version `8.0` on target `RNTooltips` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`. [!]...

Works well on iOS, but on Android – it stays sharp. Any idea?

Getting: ``` What went wrong: Execution failed for task ':app:transformClassesWithMultidexlistForDebug'. > com.android.build.api.transform.TransformException: Error while generating the main dex list. ``` my app/gradle does contain: ``` dexOptions { jumboMode true javaMaxHeapSize...

Hi! Thanks for this awesome library! Quick question please: How can I mask the background? if I just add a mask view, it darken also the bottom sheet... Any idea?