Johannes Filter
Johannes Filter
The current implementation has a weak spot there. I hope the example of @lowewenzel with custom components helps. I couldn't figure out a structure that would work in all circumstances....
Only if somebody does a pull request. I'm not into RN anymore.
The flatlist with pagination does not seem to work with RN Web. If anybody has a fix, please submit a PR.
Please translate your question from Russian into English: https://www.deepl.com/translator
Not 100% sure, but you may try to set `onSkip` prop to a function to go the previous page. Something like: ```js goPev = () => { this.flatList.scrollToIndex({ animated: true,...
I'm not sure if I understand the problem, but you are able to control the pages imperatively: https://github.com/jfilter/react-native-onboarding-swiper#controlling-the-pages-imperatively
It looks like a type error. You can disable type checking for a file be adding the following to it's start: ``` // @ts-nocheck ```
Yes, the type definitions are not correct: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/37f3515e1ae1c7da70797750a8e31da21542f0dd/types/react-native-onboarding-swiper/index.d.ts#L157 If anybody wants to help, please sumit a PR to https://github.com/DefinitelyTyped/DefinitelyTyped.
Okay, I have never thought about RTL before. Do you have a minimal example?
Closing for now due to inactivity. Feel free to re-open it again.