0.0.1 • Published 7 years ago

react-native-link-xg v0.0.1

Weekly downloads
201
License
MIT
Repository
github
Last release
7 years ago

The react-native-Link-xg

  • react native Link component for both Android and iOS based on pure JavaScript

Main

  • This component provide a Link function for you with which you can handle your own routers

Properties

link image

Properties

PropDefaultTypeDescription
labelundefinedstringSpecify the label of the link
value-stringSpecify the value of the link
disabledfalseboolif you can link
multilinefalseboolif the link support the multiline
errorfalseboolfor you to judge if the content is wrong
requiredfalseboolgive you an indicate to show this one is a must
tipsundefinedstringgive some more explanation
wrapperStyle-styleSpecify the wrapper style
errorStyle-styleSpecify the style when there's some error
labelStyle-styleSpecify the label style
onPress-funcyou can do sth when you press