Felipe de Almeida Xavier

Results 3 comments of Felipe de Almeida Xavier

Try without this line ` builder: DevicePreview.appBuilder` : ``` Dart import 'package:device_preview/device_preview.dart'; void main() => runApp( DevicePreview( enabled: !kReleaseMode, builder: (context) => MyApp(), // Wrap your app ), ); class...

@mladjomilunovic I think this is because the path is just one segment, like just `'login'` or just `'register',` and when you pop, you get '/' which is not set on...

Hi, I got this issue too. I found 2 possible solutions, but not implemented for production from our side yet: 1. Use the notifee libraby with method `getNotificationSettings`: https://notifee.app/react-native/docs/triggers#android-12-limitations 2....