vazra / react-native-stepper

Material UI Stepper implementation for React Native
14 stars 2 forks source link

Hide Next and previous buttons? #2

Open razaadeel opened 3 years ago

razaadeel commented 3 years ago

I wanted to know how to Hide next and previous button

vazra commented 3 years ago

onNext & onPrevious props are options, buttons will be shown only when those are given.

On Thu, 5 Nov, 2020, 2:37 pm Adeel Raza, notifications@github.com wrote:

I wanted to know how to Hide next and previous button

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vazra/react-native-stepper/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2B4J5CPYGHQ3BMR57AG2TSOJTLXANCNFSM4TLCYUIQ .

razaadeel commented 3 years ago

I haven't use those props but still buttons are showing.

vazra commented 3 years ago

try giving undefined for both props