Alexey Kuznetsov

Results 3 comments of Alexey Kuznetsov

Switching to other solutions because of the lack of this feature.

I have the same issue. Workaround from @schettino works great with one small addition - don't forget to pass `{ loading: true }` when initializing state. ``` const useSubscription =...

@bayoremit, as a workaround you can create custom declaration file (i prefer to use `src/declaration.d.ts`) and extend original props: ```typescript declare module 'react-native-progress' { import { CircleSnailPropTypes as RNPCircleSnailPropTypes }...