Michael Jasinski

Results 5 comments of Michael Jasinski

I'm hitting the same issue/error since my Xcode version updated the simulators to iOS 15 except I'm using `setGenericPassword`. Seems like something Apple did something silly.

Following up on this since my last post. The issue remains for Simulators and devices(personal iPhone 12 mini) running iOS > 15. After doing some general digging posts it seems...

Quick Update to my [prior comment](https://github.com/oblador/react-native-keychain/issues/509#issuecomment-1010402132): It seems like the recently released iOS version `15.3.1` may have resolved the issue for us. My team and our AB testing group updated...

I'm seeing this issue RN 53.3 React Native Nav V1. Besides updating RN, did anyone do anything else to get this to work?

I think you could/should pass a unique key down to a ListView or SectionList when rendering a list. It will improve rendering! FlatList/ListView/SectionList all use ```keyExtractor``` to get the job...