react-naive-highly-customizable-action-sheet icon indicating copy to clipboard operation
react-naive-highly-customizable-action-sheet copied to clipboard

A highly customizable ActionSheet component which can be used in iOS and Android platform.

Results 2 react-naive-highly-customizable-action-sheet issues
Sort by recently updated
recently updated
newest added

Android虚拟按键隐藏的时候打开app,显示actiosheet,再让虚拟按键显示回掩盖取消按钮

Prop-Types are now a separately maintained library named prop-types Here is the explanation from react-docs: https://reactjs.org/docs/typechecking-with-proptypes.html You have to import them as: import React from 'react'; import PropTypes from 'prop-types'