Eric Torres

Results 17 comments of Eric Torres

@ShubhamShingate-Futy a ";" is missing, try next: init { SplashScreen.show(this,R.id.lottie); SplashScreen.setAnimationFinished(true) } then run app, let me know if you have more issues. I just can ran my project again...

This worked, both platforms! > @cortinico I am maintaining this package [@d11/react-native-fast-image](https://www.npmjs.com/package/@d11/react-native-fast-image) This PR is merged in the same package

Hi again, I just followed instructions and all seem to be right, app is running without problems using this package v2, but I'm not sure if it 'cuz I'm using...

Somebody else facing these errors on Android? ### EDIT: Solution enable next ones in gradle.properties: android.useAndroidX=true android.enableJetifier=true Steps: - [ ] Init new RN project - @0.76.x. - [ ]...

Thank you for your detailed answer. I edited my comment with fix for me, as we mentioned solution is enable those flags. Anyway, I'm using new arch, so for me...

React native v0.77.x is here! Would be good to provide a swift example for this package. I attach my approach to the AppDelegate.swift file: ``` import UIKit import React import...

``` import React from 'react'; import { View, TouchableOpacity, Text } from 'react-native'; import Swipeable from 'react-native-gesture-handler/ReanimatedSwipeable'; export default function Example() { return ( { console.log('will close', dir); }} onSwipeableWillOpen={(dir)...

@latekvo thanks for your comment, I figured out I pasted the wrong code version, but I already updated it. I used RN's TouchOpacity, also tested it with `import { TouchableOpacity...