We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I want to change style on SKIP and NEXT links in the bottom and want to give my own styles like button. So how i can do this please guide me.
Thanks
The text was updated successfully, but these errors were encountered:
In react native
_renderNextButton = () => { return ( <Text style={styles.buttonNext}>Next</Text> ); }; buttonNext: { bottom:53, height:56, minWidth:108, borderRadius:10, paddingHorizontal:20, paddingVertical:10, backgroundColor:'#fff', fontSize:24, lineHeight:35, fontFamily:'Inter-Bold', color:'#480CA8', textAlign:'center' },
Sorry, something went wrong.
No branches or pull requests
Hi
I want to change style on SKIP and NEXT links in the bottom and want to give my own styles like button. So how i can do this please guide me.
Thanks
The text was updated successfully, but these errors were encountered: