Jorge G Vallejo

Results 6 issues of Jorge G Vallejo

I originally asked if it was possible to share the storage with app extensions here: https://github.com/emeraldsanto/react-native-encrypted-storage/issues/93 I updated the docs with the steps necessary to do so.

Is it possible to share the encrypted storage (Keychain/EncryptedSharedPreferences) with app extensions? So far I've only tried with iOS, but I can't access the data in my share extension, even...

Hello. I'm having issues while trying to use the (SectionList) `scrollToLocation` method. Is passing `ref` supposed to work with this component? I'm using AlphabetList as a functional component and I...

It would be nice to disable the scroll animation like with SectionList.scrollToLocation({animated:false}) or FlatList.scrollToIndex({animated:false}). In my usage case, the list has over 1k entries so the animation doesn't work well....

enhancement
question

### Is there an existing issue for this? - [X] I have searched the existing issues ### Explain what you did Using the ListItem Swipeable component with a left and...

component: ListItem

Hi, I've been looking around for a way to disable the annotation tool in the file viewer. Something like `enableAnnotationEditing: false`. Or is there a workaround to disabling this feature?