0.0.1 • Published 7 years ago

react-native-confirm v0.0.1

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

The react-native-confirm

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

Main

  • This component provide some more functions besides the basic Modal RN provided

Properties

  • Besides the basic properties RN provided, we also provide belows:

image

Properties

PropDefaultTypeDescription
title-stringSpecify the title of the confirm
text-stringSpecify the text you want to show in the content
content-nodeSupport you custome your own content
comment-stringSpecify the comment in the input
commentRequiredfalseboolIf you must type sth in the input
disableCancelfalseboolDo not show the cancel button
confirmText'确定'stringSpecify the text of the confirm button
cancelText'取消'stringSpecify the text of the cancel button