Bardiamist

Results 57 comments of Bardiamist

@sujayjaju seems `setResetOnAppUninstallTo` implemented in `react-native-secure-key-store` only for iOS. I not found this method [here](https://github.com/pradeep1991singh/react-native-secure-key-store/blob/master/android/src/main/java/com/reactlibrary/securekeystore/RNSecureKeyStoreModule.java). I would to have something like `setResetOnAppUninstallTo` in `react-native-keychain`.

Hi @poovamraj Not helped: 1. Remove: `node_modules`, `Pods`, `yarn.lock`, `Podfile.lock` 1. `yarn` 1. `pod install` 1. `Xcode` -> `Product` -> `Clean Build Folder`

Not reproducing on the fresh project but still can't update my project. In my project I can't jump into `#import "A0Auth0-Swift.h"`. Maybe need to add something to my `Bridging-Header.h`

No, waiting now for something

My target already has "Defines Module" "YES" I tried to set "Defines Module" "YES" for the full project but not helped A fresh project works and without it

@poovamraj Hello >any progress on this issue? No, I'm still use react-native-auth0 2.13.3 >It would be great to have a reproducible environment. Can you try to use a build setup...

@poovamraj Hello, yes I'm use Firebase and it's [require](https://rnfirebase.io/#altering-cocoapods-to-use-frameworks) `use_frameworks!` I use bare React native project so repro steps: 1. `npx react-native init AwesomeProject` 1. `yarn add react-native-auth0` 1. Add...

I faced with it. I also use horizontal FlatList. `onMomentumScrollEnd` very often not called if stop scroll with small velocity.

I accidentally found a solution for myself. I wrapped every FlatList item in TouchableOpacity.

Does this happen only on link open or on any app start?