python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Home Screen Loads Twice
I have a native Splash Screen so no need to create a new one here and need to set LoginPage as default
as well I have authenticated status than define which route to follow
so I set onGenerateRoute: (...
Ksenia Alexeeva
Votes: 0
Answers: 1
what is yield* controller.stream
what is the difference here
first yield push our status to the stream
and what does the second yield* do?
final _controller = StreamController<AuthenticationStatus>();
Stream<Authenticatio...
Ksenia Alexeeva
Votes: 0
Answers: 0
why https request is not working in my react-native app?
In my react native app , http requests are working fine, but when it comes to https request, it is giving error , network request failed . Problem is bit strange here as if I pick and run any example ...
Hamza Hamal
Votes: 0
Answers: 1
Using wildcard in host attribute for android 12 AppLinks does not work ( android:host="*.example.com" does not work but www.example.com does )
If I use a wildcard to define deeplinking in Android 12 does not work it fails with legacy_failure if I run pm get-app-links com.example.app in adb shell but if I use a specific domain, the it works. ...
bboldi
Votes: 0
Answers: 1