aubri

Results 4 issues of aubri

**Describe the bug** I'm using fast image instead of default image component in react native. In some component, fast image works fine with Android but in others, such as after...

bug

I add local noti request in my app and the notification is delivered well but the event listener is not called. ``` PushNotificationIOS.addNotificationRequest({ id: 'asdfdf', title: 'dasdf', isCritical: true, isSilent:...

class Embedder(model_dir='/path/to/your/model/', batch_size=64): in this line, what does 'path to your model' means? I tried to import this package to colab And I'm trying to using it on colab. So...

### Current behavior I'm using nested Native Stack Navigator. And in the inner stack navigators, when i do 'navigation.navigate' the animation works fine. but when i do 'navigation.goBack()', the screen...

bug
platform:android
library:react-native-reanimated
platform:ios
repro provided