You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@M-HARIS-97 in order to accomplish this some features would need to be built into the library. There are two ways of doing it as I see it:
On the React Side
On the native side, a new callback would be built into the library like onLoading: (isLoading: boolean) => void. You'd pass a function to listen for that event, and when loading is triggered, you'd build your own loading UI on the react/js side.
On the Native Side
There's probably a way to pass a loading element into the native code by reference or something and have the native side use that when loading. However, I'm not 100% sure how to pull that off, so I'd require a bit more research on my end. Might be a heavier lift as a result.
jspizziri
changed the title
How to change the initial loading content?
[Feature Request] Ability to customize the loading indicator
Nov 21, 2022
How can I change the initial loading activity indicator?
The text was updated successfully, but these errors were encountered: