Andy Phillipson
Andy Phillipson
@AlishahSolanki This is the solution when using a storyboard. Didn't see a PR so ... https://github.com/crazycodeboy/react-native-splash-screen/pull/502 UPDATE - i'm getting black screen flash immediately prior to the splash screen showing...
We do not use browser sign in (we use custom sign-in as the examples you point to). We have react native app using okta-react-native. We want as much of a...
> Did you ever find a solution to this? I am wanting to implement scenario 2. No. We changed direction and stopped using Okta.
Does this enhancement work and will it be accepted. I worked around it by adding a transition animation to by content that closely resembles the native transition (ease in/out). It...
Could we get this package updated to support react 18?
I have been researching the issue of smooth scrolling and came across this exciting new update.. This carousel is the center piece of our app and we really want to...
Great call on the firstItem value - removing it fixed the slide snap problem. It also solves the pagination dot rendering - it no renders while the slide is slowing...
Experiencing the same/similar issue. redux-persist 6.0.0 AsyncStorage 1.11.0 I have a socket connection delivering messages once per second. Each delivery results in a write to storage. While profiling using Safari...
> I resolve this problem by using `rn-fetch-blob` to `writeStream` data to file. If you still want to use `redux-perist`, custom your storage and serialize function, in `setItems` function, split...
Added capability to add labels to each of the specified picker wheels. For example, add hours min and sec to a timer picker with 3 wheels.